arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / interruptAfter
fun interruptAfter(duration: Duration): Stream<O>
fun interruptAfter(duration:
Duration
):
Stream
<O>
Interrupts this stream after the specified duration has passed.
Do you like Arrow?