Skip to main content

SPILL_OVERRIDE

Constant SPILL_OVERRIDE 

Source
const SPILL_OVERRIDE: LocalKey<RefCell<Option<Pool>>>;
Expand description

A thread-scoped pool override, taking precedence over the global enable flag and pool. Lets tests and benches spill through a private pool without touching process-global state.