MCPcopy
hub / github.com/Effect-TS/effect / unbounded

Function unbounded

packages/effect/src/internal/stm/tQueue.ts:387–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385
386/** @internal */
387export const unbounded = <A>(): STM.STM<TQueue.TQueue<A>> => makeQueue<A>(Number.MAX_SAFE_INTEGER, Dropping)
388
389const makeQueue = <A>(requestedCapacity: number, strategy: TQueueStrategy): STM.STM<TQueue.TQueue<A>> =>
390 core.map(

Callers

nothing calls this directly

Calls 1

makeQueueFunction · 0.85

Tested by

no test coverage detected