arrow-fx / arrow.fx.typeclasses / Fiber / join
abstract fun join(): Kind<F, A>
Returns a new task that will await for the completion of the underlying Fiber, (asynchronously) blocking the current run-loop until that result is available.
Do you like Arrow?
✖