Skip to main content

install

Function install 

Source
pub fn install(
    budget_records: usize,
    store: Box<dyn BytesStore>,
    stats: Arc<SpillStats>,
)
Expand description

Install spill on this worker: page committed chunks once resident records exceed budget_records, writing to store. stats receives the counters.