Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
push
Method · 0.80
toArray
Method · 0.80
size
Function · 0.70
offer
Function · 0.70
isEmpty
Function · 0.70
pipe
Method · 0.65
get
Method · 0.65
set
Method · 0.65
take
Method · 0.65
fail
Method · 0.45
Tested by
no test coverage detected