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

Function tick

packages/effect/src/internal/stream.ts:6907–6908  ·  view source on GitHub ↗
(interval: Duration.DurationInput)

Source from the content-addressed store, hash-verified

6905
6906/** @internal */
6907export const tick = (interval: Duration.DurationInput): Stream.Stream<void> =>
6908 repeatWithSchedule(void 0, Schedule.spaced(interval))
6909
6910/** @internal */
6911export const timeout = dual<

Callers

nothing calls this directly

Calls 1

repeatWithScheduleFunction · 0.85

Tested by

no test coverage detected