so the hard part is getting into a setting where y...
# coroutines
g
so the hard part is getting into a setting where you can use coroutines, to do that in a non-blocking fashion you have to use
launch
. Once you have, inside a suspendable-block, everything becomes synchronous but also non-blocking