Or event better, so that use of `ui` can specify s...
# coroutines
e
Or event better, so that use of
ui
can specify some additional context elements _in situ_:
Copy code
fun ui(context: CoroutineContext = EmptyCoroutineContext, block: suspend () -> Unit) = runSuspending(context + Swing, block)