static LIMITER: Mutex<Option<Limiter>>
Expand description
A handle to the active memory limiter.
The limiter is initialized by a call to start_limiter
. It spawns a process-global task that
runs for the lifetime of the process.
static LIMITER: Mutex<Option<Limiter>>
A handle to the active memory limiter.
The limiter is initialized by a call to start_limiter
. It spawns a process-global task that
runs for the lifetime of the process.