Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ assert, describe, it } from
"@effect/vitest"
2
import
{ Cause, Effect, Fiber, Option, Result, TxQueue } from
"effect"
3
4
describe(
"TxQueue"
, () => {
Callers
nothing calls this directly
Calls
15
offer
Method · 0.80
offerAll
Method · 0.80
some
Method · 0.80
join
Method · 0.80
clear
Method · 0.80
take
Method · 0.65
poll
Method · 0.65
end
Method · 0.65
size
Method · 0.65
isEmpty
Method · 0.65
isOpen
Method · 0.65
takeAll
Method · 0.65
Tested by
no test coverage detected