arrow-fx-coroutines / arrow.fx.coroutines.stream / interruptScope
fun <O> Pull<O, Unit>.interruptScope(): Pull<O, Unit>
fun <O>
Pull
<O,
Unit
>.interruptScope():
>
Creates a scope that may be interrupted by calling scope#interrupt.
Do you like Arrow?