<@U0HH2MSVD> `IO.runAsync { cb -&gt; ... }` is use...
# arrow
r
@heyitsmohit
IO.runAsync { cb -> ... }
is used take an async calback based API and use it to lift the result of the async computation whether is a succesful result or an exception into the context of
IO