Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ Queue.test.ts
File
Queue.test.ts
repos/effect/packages/effect/test/Queue.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, Exit, Fiber, Option, Queue, Stream } from
"effect"
3
4
describe(
"Queue"
, () => {
Callers
nothing calls this directly
Calls
15
offer
Method · 0.80
offerAll
Method · 0.80
pollUnsafe
Method · 0.80
collect
Method · 0.80
sync
Method · 0.80
push
Method · 0.80
join
Method · 0.80
take
Method · 0.65
pipe
Method · 0.65
takeAll
Method · 0.65
takeN
Method · 0.65
end
Method · 0.65
Tested by
no test coverage detected