Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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 */
518
export
const
droppingStrategy = <A>(): Queue.Strategy<A> =>
new
DroppingStrategy()
519
520
/** @internal */
521
export
const
slidingStrategy = <A>(): Queue.Strategy<A> =>
new
SlidingStrategy()
Callers
2
dropping
Function · 0.85
unbounded
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected