Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ scheduleTask
Method
scheduleTask
packages/effect/src/Scheduler.ts:58–58 ·
view source on GitHub ↗
(task: () => void, priority: number)
Source
from the content-addressed store, hash-verified
56
*/
57
export
interface
SchedulerDispatcher {
58
scheduleTask(task: () => void, priority: number): void
59
flush(): void
60
}
61
Callers
13
Scheduler.test.ts
File · 0.65
Sharding.test.ts
File · 0.65
commitTransaction
Function · 0.65
scheduleReleaseTaker
Function · 0.65
scheduleTask
Method · 0.65
releaseUnsafe
Method · 0.65
scheduleAtomRemoval
Method · 0.65
scheduleNodeRemoval
Method · 0.65
HttpMiddleware.ts
File · 0.65
RpcServer.ts
File · 0.65
resume
Function · 0.65
[evaluate]
Function · 0.65
Implementers
1
MixedSchedulerDispatcher
packages/effect/src/Scheduler.ts
Calls
no outgoing calls
Tested by
no test coverage detected