Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ starve
Method
starve
packages/effect/src/Scheduler.ts:54–56 ·
view source on GitHub ↗
(depth = 0)
Source
from the content-addressed store, hash-verified
52
}
53
54
private starve(depth = 0) {
55
this.scheduleDrain(depth, this.starveInternal)
56
}
57
58
scheduleTask(task: Task, priority: number) {
59
this.tasks.scheduleTask(task, priority)
Callers
2
SchedulerRunner
Class · 0.95
scheduleTask
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected