1 min readJul 15, 2019
All suspended coroutines live in whatever call that had suspended them. Coroutines suspended in delay
call live in delay queue, coroutines suspended in asyncrhonous IO live in the corresponding IO library waiting for an IO completion to resume them, etc.