elizarov
ui
fun ui(context: CoroutineContext = EmptyCoroutineContext, block: suspend () -> Unit) = runSuspending(context + Swing, block)