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

File TxQueue.test.ts

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

Source from the content-addressed store, hash-verified

1import { assert, describe, it } from "@effect/vitest"
2import { Cause, Effect, Fiber, Option, Result, TxQueue } from "effect"
3
4describe("TxQueue", () => {

Callers

nothing calls this directly

Calls 15

offerMethod · 0.80
offerAllMethod · 0.80
someMethod · 0.80
joinMethod · 0.80
clearMethod · 0.80
takeMethod · 0.65
pollMethod · 0.65
endMethod · 0.65
sizeMethod · 0.65
isEmptyMethod · 0.65
isOpenMethod · 0.65
takeAllMethod · 0.65

Tested by

no test coverage detected