Join Slack
Communities
Powered by
Coroutines are not themselves non-blocking. They a...
# coroutines
u
uli
10/20/2017, 8:16 PM
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.
3
Views
Open in Slack
Previous
Next