Package: effect
Module: Schedule
Context reference containing metadata for the currently running schedule step.
Details
Repeat, retry, stream, and channel scheduling operations provide this service to effects run between schedule steps. The default value contains undefined input and output values, zero duration, and zeroed timing fields before any schedule step has produced metadata.
Signature
declare const CurrentMetadata: Context.Reference<Metadata<unknown, unknown>>
Since v4.0.0