MCPcopy
hub / github.com/Effect-TS/effect / PartitionedSemaphore.test.ts

File PartitionedSemaphore.test.ts

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

Source from the content-addressed store, hash-verified

1import { assert, describe, it } from "@effect/vitest"
2import { deepStrictEqual, strictEqual } from "@effect/vitest/utils"
3import { Duration, Effect, Fiber, PartitionedSemaphore, TestClock } from "effect"
4

Callers

nothing calls this directly

Calls 11

strictEqualFunction · 0.90
deepStrictEqualFunction · 0.90
withPermitsMethod · 0.80
syncMethod · 0.80
makeMethod · 0.65
forkMethod · 0.65
mapMethod · 0.65
adjustMethod · 0.65
unsafePollMethod · 0.65
joinMethod · 0.65
interruptMethod · 0.45

Tested by

no test coverage detected