asyncInBackground

fun asyncInBackground(block: suspend CoroutineScope.() -> Any?): Deferred<Any?>