runLater

expect fun runLater(runnable: () -> Unit)

Executes the runnable code on Glok's thread at the end of the event loop. This can be called from any Thread.

actual fun runLater(runnable: () -> Unit)
actual fun runLater(runnable: () -> Unit)