MCPcopy 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

1import { assert, describe, it } from "@effect/vitest"
2import { Cause, Effect, Exit, Fiber, Option, Queue, Stream } from "effect"
3
4describe("Queue", () => {

Callers

nothing calls this directly

Calls 15

offerMethod · 0.80
offerAllMethod · 0.80
pollUnsafeMethod · 0.80
collectMethod · 0.80
syncMethod · 0.80
pushMethod · 0.80
joinMethod · 0.80
takeMethod · 0.65
pipeMethod · 0.65
takeAllMethod · 0.65
takeNMethod · 0.65
endMethod · 0.65

Tested by

no test coverage detected