Rulvar API reference / @rulvar/store-conformance / KillPointWorkerHooks
Interface: KillPointWorkerHooks
Defined in: packages/store-conformance/src/kill-points.ts:464
Consumer hooks for runKillPointWorker.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
kill? | () => void | The death itself; default SIGKILLs the current process and never returns. In-process protocol tests inject a throwing hook instead, which surfaces through the engine as a store failure. | packages/store-conformance/src/kill-points.ts:470 |