arrow-fx-coroutines / arrow.fx.coroutines / Schedule / const
fun <B> const(b: B): Schedule<Input, B>
fun <B> const(b: B):
Schedule
<Input, B>
Changes the result of a Schedule to always be b.
Do you like Arrow?