When coding with monads, in this case operations t...
# arrow
r
When coding with monads, in this case operations that return
IO<A>
one can express async and concurrent jumps in a imperative style like the code above. Arrow still lacks a powerful streaming lib like fs2 in scala where we can use
Stream<F, ?>