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