Coroutines are not themselves non-blocking. They a...
# coroutines
u
Coroutines are not themselves non-blocking. They are rather an abstraction for non-blocking things that enable you to write sequential code around non-blocking things while these non-blocking things share one or more threads.