Run multiple coroutines, completing when the first one finishes. Calls .return() on remaining generators (triggers finally blocks). Empty array = immediate return.
.return()
Run multiple coroutines, completing when the first one finishes. Calls
.return()on remaining generators (triggers finally blocks). Empty array = immediate return.