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