where coroutines shine is when you're not CPU boun...
# coroutines
m
where coroutines shine is when you're not CPU bound, and you want to cheaply put a task aside for a while when waiting for I/O, etc.
🧵 1