asyncIOBackground

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

Returns the future of an async coroutine.