Package: effect Module: Schedule
effect
Schedule
Returns a schedule that recurs indefinitely, evaluating the given function to produce a constant value.
Signature
declare const sync: <A>(evaluate: LazyArg<A>) => Schedule<A>
Source
Since v2.0.0