arrow-fx / arrow.fx / IO / later
fun <A> later(f: () -> A): IO<A>
fun <A> later(f: () -> A):
IO
<A>
Wraps a function into IO to execute it later.
f - function to wrap into IO.
f
Do you like Arrow?