Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ slidingStrategy
Function
slidingStrategy
packages/effect/src/internal/queue.ts:521–521 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
519
520
/** @internal */
521
export
const
slidingStrategy = <A>(): Queue.Strategy<A> =>
new
SlidingStrategy()
522
523
/** @internal */
524
class
BackPressureStrategy<in out A> implements Queue.Strategy<A> {
Callers
1
sliding
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected