Python async coroutine and generator in one object
Is there any possibility to have two coroutines, one iterating over an async generator, the other one awaiting the Stop of the Iteration? like
Python async coroutine and generator in one object
Is there any possibility to have two coroutines, one iterating over an async generator, the other one awaiting the Stop of the Iteration? like