Join Slack
Powered by
When IO operation is truly asynchronous, you need ...
# coroutines
i
ilya.gorbunov
08/06/2016, 4:17 PM
When IO operation is truly asynchronous, you need no thread to
await
it. You need a thread to continue execution after the operation completes. Read more about this concept here
http://blog.stephencleary.com/2013/11/there-is-no-thread.html
2
Views
Open in Slack
Previous
Next