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

Function fromDelay

packages/effect/src/internal/schedule.ts:790–790  ·  view source on GitHub ↗
(delay: Duration.DurationInput)

Source from the content-addressed store, hash-verified

788
789/** @internal */
790export const fromDelay = (delay: Duration.DurationInput): Schedule.Schedule<Duration.Duration> => duration(delay)
791
792/** @internal */
793export const fromDelays = (

Callers

nothing calls this directly

Calls 1

durationFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…