MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/api/src/services.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13// Handlers yield directly; defects flow through `Effect.catchAllCause`
14// at the edge.
15export class ExecutionEngineService extends Context.Service<
16 ExecutionEngineService,
17 ExecutionEngine<Cause.YieldableError>
18>()("ExecutionEngineService") {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected