MCPcopy Create free account
hub / github.com/Effect-TS/effect / drain

Method drain

packages/effect/src/Scheduler.ts:126–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 drain() {
127 const buckets = this.buckets
128 this.buckets = []
129 return buckets
130 }
131}
132
133/**

Callers 4

runTasksMethod · 0.80
drainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected