```fun <T> Continuation<T>.asHandler(e...
# coroutines
h
Copy code
fun <T> Continuation<T>.asHandler(event: AsyncResult<T> ) { ... }