arrow-fx / arrow.fx / IO / uncancellable
fun uncancellable(): IO<A>
fun uncancellable():
IO
<A>
Makes the source IO uncancellable such that a Fiber.cancel signal has no effect.
Do you like Arrow?