# `Snakepit.RuntimeCleanup`
[🔗](https://github.com/nshkrdotcom/snakepit/blob/v0.13.0/lib/snakepit/runtime_cleanup.ex#L1)

Deterministic shutdown cleanup for external worker processes.

This module performs a bounded cleanup pass:
- SIGTERM all known worker processes
- Wait until they exit or timeout
- Escalate to SIGKILL for survivors

# `cleanup_current_run`

# `run`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
