Join Slack
Powered by
The right way to make blocking code non-blocking w...
# coroutines
c
cbruegg
04/11/2017, 6:25 PM
The right way to make blocking code non-blocking would probably be wrapping the blocking call in
async{}
and `await`ing that, correct?
2
Views
Open in Slack
Previous
Next