MCPcopy 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.tsFile · 0.65
Scheduler.test.tsFile · 0.65
constructorMethod · 0.65
currentDispatcherMethod · 0.65

Implementers 1

MixedSchedulerpackages/effect/src/Scheduler.ts

Calls

no outgoing calls

Tested by

no test coverage detected