Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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 */
515
export
const
backPressureStrategy = <A>(): Queue.Strategy<A> =>
new
BackPressureStrategy()
516
517
/** @internal */
518
export
const
droppingStrategy = <A>(): Queue.Strategy<A> =>
new
DroppingStrategy()
Callers
1
bounded
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected