microsandbox-runtime 0.6.9

Runtime library for the microsandbox sandbox process and microVM entry points.
1
2
3
4
5
6
7
8
9
//! Host-global pressure coordination for bounded block writeback.

mod admission;

//--------------------------------------------------------------------------------------------------
// Re-Exports
//--------------------------------------------------------------------------------------------------

pub(crate) use admission::{WritebackPressureGuard, acquire};