1 2 3 4 5
//! Monitor implementation for synchronized blocks. //! //! Re-exports from `ristretto_types` for shared access between VM and intrinsics. pub use ristretto_types::monitor::{Monitor, MonitorRegistry};