arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / sleep
fun sleep(d: Duration): Stream<Unit>
fun sleep(d:
Duration
):
Stream
<
Unit
>
A single-element Stream that waits for the duration d before emitting unit.
d
Do you like Arrow?