MCPcopy Create free account
hub / github.com/effect-app/libs / Pool.test.ts

File Pool.test.ts

repos/effect/packages/effect/test/Pool.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 { Deferred, Duration, Effect, Exit, Fiber, pipe, Pool, Ref, Schedule, Scope } from "effect"
4import { TestClock } from "effect/testing"

Callers

nothing calls this directly

Calls 15

strictEqualFunction · 0.90
deepStrictEqualFunction · 0.90
pipeFunction · 0.90
closeMethod · 0.80
pollUnsafeMethod · 0.80
adjustMethod · 0.80
makeMethod · 0.65
getMethod · 0.65
pipeMethod · 0.65
sleepMethod · 0.65
invalidateMethod · 0.65
updateMethod · 0.45

Tested by

no test coverage detected