Skip to main content

Module pool

Module pool 

Source
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.
WorkerPool
Pool of warm Python workers.

Enums§

RecycleReason
Reason why a worker is being recycled.
WorkerState
Lifecycle states for a worker process.