arrow-fx-coroutines / arrow.fx.coroutines / Schedule / identity
fun <A> identity(): Schedule<A, A>
fun <A> identity():
Schedule
<A, A>
Creates a Schedule that continues without delay and just returns its input.
Do you like Arrow?