MCPcopy Index your code
hub / github.com/Effect-TS/effect / timer

Function timer

packages/effect/src/Scheduler.ts:342–343  ·  view source on GitHub ↗
(ms: number, shouldYield: Scheduler["shouldYield"] = defaultShouldYield)

Source from the content-addressed store, hash-verified

340 * @category constructors
341 */
342export const timer = (ms: number, shouldYield: Scheduler["shouldYield"] = defaultShouldYield) =>
343 make((task) => setTimeout(task, ms), shouldYield)
344
345/**
346 * @since 2.0.0

Callers

nothing calls this directly

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected