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