dg3feiko
04/19/2017, 3:35 PMelizarov
04/19/2017, 4:12 PMthrows SuspendExecution is semantically the same as Kotlin’s suspend funpniederw
04/19/2017, 11:57 PMelizarov
04/20/2017, 7:10 AMthrows SuspendExecution and @Suspendable into suspend fun as you go and it’ll work in a similar way. Kotlin also restores stack, though the implementation details differ (different performance tradeoffs). Quasar restores deep stacks eagerly, while Kotlin does it lazilyelizarov
04/20/2017, 7:12 AM