The right way to make blocking code non-blocking w...
# coroutines
c
The right way to make blocking code non-blocking would probably be wrapping the blocking call in
async{}
and `await`ing that, correct?