Core bounded-parallelism primitives (§1.5, bd-22n.4).
This module provides a small bulkhead framework for internal background work.
It is intentionally non-blocking: overflow is rejected with SQLITE_BUSY
(FrankenError::Busy) instead of queue-and-wait semantics.