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

Class

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

Source from the content-addressed store, hash-verified

30// Handlers yield directly; defects flow through `Effect.catchAllCause`
31// at the edge.
32export class ExecutionEngineService extends Context.Service<
33 ExecutionEngineService,
34 ExecutionEngine<Cause.YieldableError>
35>()("ExecutionEngineService") {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected