arrow-fx / arrow.fx.typeclasses / Async / asyncF
abstract fun <A> asyncF(k:
ProcF
<F, A>): Kind<F, A>
async variant that can suspend side effects in the provided registration function.
The passed in function is injected with a side-effectful callback for signaling the final result of an asynchronous process.
See Also
Do you like Arrow?
✖