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

File Schedule.test.ts

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

Source from the content-addressed store, hash-verified

1import { assert, describe, expect, it } from "@effect/vitest"
2import { Array, Deferred, Duration, Effect, Fiber, Pull, Random, Result, Schedule } from "effect"
3import { constant, constUndefined } from "effect/Function"
4import { TestClock } from "effect/testing"

Callers

nothing calls this directly

Calls 15

runDelaysFunction · 0.85
constantFunction · 0.85
pushMethod · 0.80
setTimeMethod · 0.80
adjustMethod · 0.80
joinMethod · 0.80
formatFunction · 0.70
pipeMethod · 0.65
makeMethod · 0.65
awaitMethod · 0.65
sleepMethod · 0.65
stepFunction · 0.50

Tested by

no test coverage detected