Skip to content
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

async iterable merge function that ends upon the first "done" #356

Open
jasonkuhrt opened this issue Sep 24, 2023 · 0 comments
Open

async iterable merge function that ends upon the first "done" #356

jasonkuhrt opened this issue Sep 24, 2023 · 0 comments

Comments

@jasonkuhrt
Copy link

I am looking for an async iteratable combinator like merge, with the different that instead of waiting for all the iterables that were merged to complete, wait until one of the iterables completes.

I checked the source code and combinators therein, but it seems this is not readily available.

I also don't see an easy way to build up such a combinator from the existing set.

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

No branches or pull requests

1 participant