asyncBackground

inline fun <T> asyncBackground(crossinline block: () -> T): Deferred<T>

Returns the future of an async coroutine on the Background context.