arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / sleep_

sleep_

fun sleep_(d: Duration): Stream<Nothing>

Alias for sleep(d).void. Often used in conjunction with append (i.e., sleep_(..).append { s }) as a more performant version of sleep(..).flatMap { s }.

Do you like Arrow?

Arrow Org
<