arrow-fx / arrow.fx.extensions.io.async / async
fun IO.Companion.~~async~~():
IOAsync
Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/
Async models how a data type runs an asynchronous computation that may fail. Defined by the Proc signature, which is the consumption of a callback.
Do you like Arrow?
✖