MCPcopy Create free account
hub / github.com/Effect-TS/effect / TxQueue.ts

File TxQueue.ts

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

Source from the content-addressed store, hash-verified

1/**
2 * Transactional queues whose state changes participate in Effect transactions.
3 *
4 * A `TxQueue<A, E>` stores values of type `A`, exposes write-only `TxEnqueue`

Callers

nothing calls this directly

Calls 10

pushMethod · 0.80
toArrayMethod · 0.80
sizeFunction · 0.70
offerFunction · 0.70
isEmptyFunction · 0.70
pipeMethod · 0.65
getMethod · 0.65
setMethod · 0.65
takeMethod · 0.65
failMethod · 0.45

Tested by

no test coverage detected