arrow-fx / arrow.fx.typeclasses / Fiber / invoke

invoke

operator fun <F, A> invoke(join: Kind<F, A>, cancel: CancelToken<F>): Fiber<F, A>

Fiber constructor.

Parameters

join - task that will trigger the cancellation.

cancel - task that will await for the completion of the underlying Fiber.

Do you like Arrow?

Arrow Org
<