| 1 | import { assert, describe, it } from "@effect/vitest" |
| 2 | import { Duration, Effect, Fiber, Option, PartitionedSemaphore, Semaphore } from "effect" |
| 3 | import * as Scheduler from "effect/Scheduler" |
| 4 | import { TestClock } from "effect/testing" |
nothing calls this directly
no test coverage detected