MCPcopy Create free account
hub / github.com/Effect-TS/effect / Schedule.ts

File Schedule.ts

packages/effect/src/Schedule.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Describes policies for retrying, repeating, and pacing Effect programs.
3 *
4 * A `Schedule<Output, Input, Error, Env>` is stepped with an input value. Each

Callers

nothing calls this directly

Calls 15

constantFunction · 0.90
isEffectFunction · 0.90
mapFunction · 0.85
fromStepFunction · 0.85
toStepFunction · 0.85
metadataFnFunction · 0.85
predicateFunction · 0.85
spacedFunction · 0.85
useSyncMethod · 0.80
mergeMethod · 0.80
stepFunction · 0.70
recurFunction · 0.70

Tested by

no test coverage detected