runAsync

fun <T> runAsync(block: suspend () -> T): Deferred<T>?