The coroutine does not do the blocking. You have t...
# coroutines
d
The coroutine does not do the blocking. You have to do the blocking in a separate thread.
a
Here by blocking you mean 'waiting for stuff inside coroutine to finish' right?