arrow-fx / arrow.fx.typeclasses / Fiber / invoke
operator fun <F, A> invoke(join: Kind<F, A>, cancel: CancelToken<F>): Fiber<F, A>
Fiber constructor.
join - task that will trigger the cancellation.
cancel - task that will await for the completion of the underlying Fiber.
Do you like Arrow?
✖