mcroutine

fun <T> mcroutine(coroutine: suspend () -> T)(source)

mcroutine guarantees execution on the server thread. True blocking is illegal, see mcasync for options.