I’m planning to implement `rx's take(1)` with coro...
# coroutines
h
I’m planning to implement
rx's take(1)
with coroutine. Is there a good way to do it? for example, run 10 random jobs and wait only until the fastest job finishes.
h
Thanks! 🤖