Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ TxPubSub.test.ts
File
TxPubSub.test.ts
repos/effect/packages/effect/test/TxPubSub.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
{ Effect, Exit, Fiber, Option, Scope, TxPubSub, TxQueue } from
"effect"
3
4
describe(
"TxPubSub"
, () => {
Callers
nothing calls this directly
Calls
10
join
Method · 0.80
push
Method · 0.80
publish
Method · 0.65
subscribe
Method · 0.65
take
Method · 0.65
publishAll
Method · 0.65
size
Method · 0.65
isEmpty
Method · 0.65
isFull
Method · 0.65
shutdown
Method · 0.45
Tested by
no test coverage detected