Hi all! Experimenting with 0.9.1-SNAPSHOT... when ...
# arrow
h
Hi all! Experimenting with 0.9.1-SNAPSHOT... when abstracting with
ConcurrentFx<F>
, is there a way to convert a
concurrent
block (that returns a
Kind<F, A>
) in a suspend function call? Like the
IO.suspended()
function, but working just with the abstraction?