Skip to content

Conversation

TTWNO
Copy link
Contributor

@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.

Copy link
Owner

@yoshuawuyts yoshuawuyts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@yoshuawuyts yoshuawuyts merged commit 11f049f into yoshuawuyts:main Sep 24, 2025
7 checks passed
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.

2 participants