Join Slack
Powered by
Yes. That is the idea. For you swing ui applicatio...
# coroutines
e
elizarov
01/17/2017, 10:53 AM
Yes. That is the idea. For you swing ui application you might define a helper function:
Copy code
fun ui(block: suspend () -> Unit) = runSuspending(Swing, block)
3
Views
Open in Slack
Previous
Next