arrow-fx-coroutines / arrow.fx.coroutines / Schedule / unit
fun ~~unit~~():
Schedule
<Input,
Unit
>
Deprecated: unit() is renamed to void(), please use void() instead.
fun <A> unit():
Schedule
<A,
Unit
>
Creates a Schedule that continues without delay and always returns Unit.
Do you like Arrow?
✖