Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ makeDispatcher
Method
makeDispatcher
packages/effect/src/Scheduler.ts:35–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
readonly executionMode:
"sync"
|
"async"
34
shouldYield(fiber: Fiber.Fiber<unknown, unknown>): boolean
35
makeDispatcher(): SchedulerDispatcher
36
}
37
38
/**
Callers
4
Semaphore.test.ts
File · 0.65
Scheduler.test.ts
File · 0.65
constructor
Method · 0.65
currentDispatcher
Method · 0.65
Implementers
1
MixedScheduler
packages/effect/src/Scheduler.ts
Calls
no outgoing calls
Tested by
no test coverage detected