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