Hei, does arrow have support for `java.util.concur...
# arrow
s
Hei, does arrow have support for
java.util.concurrent.Future
?/ Can I convert java’s future to IO ? I know I can alway do
IO.invoke {  sendFuture().get() }
. I am not exactly able to explain, what I want, But I am looking for something like coroutines/reactor support in arrow-fx, for java’s futures
the section on
Primitives: async wrapping
if you want to do a non-blocking await
s
Thank you so much 🙂