eval

object eval

Deprecated

Deprecated in favor of the Effect or EagerEffect Runtime

Functions

Link copied to clipboard
inline fun <A> eager(crossinline func: suspend RestrictedEvalEffect<A>.() -> A): Eval<A>
Link copied to clipboard
inline suspend operator fun <A> invoke(crossinline func: suspend EvalEffect<*>.() -> A): Eval<A>