The ability to delay those computation is availabl...
# arrow
r
The ability to delay those computation is available to all instances of
MonadSuspend
which at the moment in Arrow are arrow's
IO
, rx2 :`ObservableK`,
FlowableK
, kotlin coroutines:
DeferredK
.