If you're using coroutines, you have to be non-blo...
# coroutines
d
If you're using coroutines, you have to be non-blocking. There is no way around that. If your library consumes coroutines, it is a fair constraint that they also must not have blocking code inside.