Skip to main content

Module pool

Module pool 

Source
Expand description

Warm VM pool for cold start optimization.

Pre-boots MicroVMs so that acquire() returns an already-ready VM instead of waiting for the full boot sequence.

Re-exports§

pub use scaler::PoolScaler;
pub use scaler::ScaleDecision;
pub use warm_pool::PoolStats;
pub use warm_pool::WarmPool;

Modules§

scaler
Pool autoscaler — adjusts min_idle based on acquire pressure.
warm_pool
WarmPool — Pre-warmed pool of ready-to-use MicroVMs.