MCPcopy Index your code
hub / github.com/Effect-TS/effect / droppingStrategy

Function droppingStrategy

packages/effect/src/internal/queue.ts:518–518  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516
517/** @internal */
518export const droppingStrategy = <A>(): Queue.Strategy<A> => new DroppingStrategy()
519
520/** @internal */
521export const slidingStrategy = <A>(): Queue.Strategy<A> => new SlidingStrategy()

Callers 2

droppingFunction · 0.85
unboundedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected