Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
export
interface
SchedulerDispatcher {
58
scheduleTask(task: () => void, priority: number): void
59
flush(): void
60
}
61
62
/**
Callers
6
layer
Function · 0.65
Scheduler.test.ts
File · 0.65
Logger.ts
File · 0.65
validate
Function · 0.65
Atom.ts
File · 0.65
effect.ts
File · 0.65
Implementers
1
MixedSchedulerDispatcher
packages/effect/src/Scheduler.ts
Calls
no outgoing calls
Tested by
no test coverage detected