| 1 | import { assert, describe, expect, it } from "@effect/vitest" |
| 2 | import { Array, Deferred, Duration, Effect, Fiber, Pull, Random, Result, Schedule } from "effect" |
| 3 | import { constant, constUndefined } from "effect/Function" |
| 4 | import { TestClock } from "effect/testing" |
nothing calls this directly
no test coverage detected