Package: effect
Module: Effect
Executes the specified workflow with the specified implementation of the
Clock service.
Signature
declare const withClock: { <C extends Clock.Clock>(clock: C): <A, E, R>(effect: Effect<A, E, R>) => Effect<A, E, R>; <C extends Clock.Clock, A, E, R>(effect: Effect<A, E, R>, clock: C): Effect<A, E, R>; }
Since v2.0.0