Curious about the async/await/yield support propos...
# announcements
i
Curious about the async/await/yield support proposed for Kotlin 1.1 described here: http://blog.jetbrains.com/kotlin/2016/04/kotlin-post-1-0-roadmap/#more-3844. From the description it sounds similar to continuations - is it the same thing? I’m particularly curious if it will be possible to take a suspended thread, serialize it, send it over the network, and resume execution on a different machine? (aka “portable continuations”)?