MCPcopy 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 */
57export interface SchedulerDispatcher {
58 scheduleTask(task: () => void, priority: number): void
59 flush(): void
60}
61

Callers 13

Scheduler.test.tsFile · 0.65
Sharding.test.tsFile · 0.65
commitTransactionFunction · 0.65
scheduleReleaseTakerFunction · 0.65
scheduleTaskMethod · 0.65
releaseUnsafeMethod · 0.65
scheduleAtomRemovalMethod · 0.65
scheduleNodeRemovalMethod · 0.65
HttpMiddleware.tsFile · 0.65
RpcServer.tsFile · 0.65
resumeFunction · 0.65
[evaluate]Function · 0.65

Implementers 1

MixedSchedulerDispatcherpackages/effect/src/Scheduler.ts

Calls

no outgoing calls

Tested by

no test coverage detected