arrow-fx / arrow.fx.typeclasses / Fiber / cancel
abstract fun cancel(): CancelToken<F>
abstract fun cancel():
CancelToken
<F>
Triggers the cancellation of the Fiber.
Returns a task that trigger the cancellation upon evaluation.
Do you like Arrow?