Skip to content

Add up to 15 join/try_join tuple items #208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TTWNO
Copy link

@TTWNO TTWNO commented Jun 10, 2025

Hello! Thank you so much for your create!

I work on a screen reader called Odilia.
When we get a new item we have not seen before, we asynchronously grab all the fields of the item at once.
Since each field is a different type, we use try_join!.

We recently added a few new fields that go over the limit of the (...).try_join implementation.
This PR makes the maximum 15 futures instead of 12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant