https://kotlinlang.org logo
e

elizarov

01/17/2017, 10:37 AM
We want user to be able to specify his own context. Why? Because I don't want to cut-and-paste every builder for every use case. I want to be able to do
runSuspending(Swing) { ... }
or
runSuspending(MyComputePool) { ... }
with ease.