Hacker News new | ask | show | jobs
by tadfisher 947 days ago
The runtime uses ExecutorService and friends to run coroutines, which are bits of CPS-transformed Kotlin code that are generated when you compile a 'suspend fun' declaration.