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

Method flush

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

Source from the content-addressed store, hash-verified

57export interface SchedulerDispatcher {
58 scheduleTask(task: () => void, priority: number): void
59 flush(): void
60}
61
62/**

Callers 6

layerFunction · 0.65
Scheduler.test.tsFile · 0.65
Logger.tsFile · 0.65
validateFunction · 0.65
Atom.tsFile · 0.65
effect.tsFile · 0.65

Implementers 1

MixedSchedulerDispatcherpackages/effect/src/Scheduler.ts

Calls

no outgoing calls

Tested by

no test coverage detected