Expand description
Worker pool for persistent Python test execution.
This module provides a pool of warm Python worker processes that stay alive between test runs, eliminating subprocess spawn overhead (200-300ms per batch).
Structs§
- Worker
- A persistent Python worker process with explicit state machine lifecycle.
- Worker
Pool - Pool of warm Python workers.
Enums§
- Recycle
Reason - Reason why a worker is being recycled.
- Worker
State - Lifecycle states for a worker process.