okay, so here's how it works: when you await they ...
# arrow
p
okay, so here's how it works: when you await they add this "awaiter" to the queue that checks if its result is available in a box type, and if not they re-queue themselves to be processed on the next tick. To avoid backpressure they seem to sleep themselves for a bit just in case.