That awaiting is non blocking.
# coroutines
d
That awaiting is non blocking.
a
How? We are waiting for the coroutines to finish so we can use their results?
g
coroutine join/await doesn’t block thread, it’s like callback, you run something and suspend and return to execution when callback called