Skip to content

AsyncBodyWithFin<A>

typedefAsyncBodyWithFin<A>=IO<Option<IO<Unit>>>Function(voidFunction(Either<Object,A>),)

Like AsyncBody, but also returns an optional IO finalizer that is invoked if the resulting IO is canceled, used by IO.async.