<@U0NT624JZ> That is what coroutine builders (like...
# coroutines
e
@rocketraman That is what coroutine builders (like
async
do). They let you somehow wrap your suspending code into something usable in the normal, blocking world.