arrow-fx / arrow.fx.typeclasses / Concurrent / sleep
open fun sleep(duration: Duration): Kind<F, Unit>
open fun sleep(duration:
Duration
): Kind<F,
Unit
>
Sleeps for a given duration without blocking a thread.
See Also
Timer
Do you like Arrow?