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

Function backPressureStrategy

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

Source from the content-addressed store, hash-verified

513
514/** @internal */
515export const backPressureStrategy = <A>(): Queue.Strategy<A> => new BackPressureStrategy()
516
517/** @internal */
518export const droppingStrategy = <A>(): Queue.Strategy<A> => new DroppingStrategy()

Callers 1

boundedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected