https://kotlinlang.org logo
#arrow
Title
r

raulraja

03/04/2018, 1:36 PM
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
.