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

Function recurs

packages/effect/src/internal/schedule.ts:1232–1232  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

1230
1231/** @internal */
1232export const recurs = (n: number): Schedule.Schedule<number> => whileOutput(forever, (out) => out < n)
1233
1234/** @internal */
1235export const reduce = dual<

Callers 2

schedule.tsFile · 0.85
fromRetryOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…