You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose a set of awaitAny and joinAny functions, which serve as counterparts to awaitAlls and joinAlls and are shortcuts to select in some cases. They can easily be implemented with select like this:
I'd like to propose a set of
awaitAny
andjoinAny
functions, which serve as counterparts toawaitAll
s andjoinAll
s and are shortcuts toselect
in some cases. They can easily be implemented withselect
like this:The text was updated successfully, but these errors were encountered: