Roman Elizarov
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.

--

--

Roman Elizarov
Roman Elizarov

Written by Roman Elizarov

Project Lead for the Kotlin Programming Language @JetBrains

No responses yet