pub struct RvmConfig {
pub max_partitions: u16,
pub coherence_threshold: CoherenceScore,
pub witness_ring_capacity: usize,
pub epoch_interval_ns: u64,
}Expand description
Top-level RVM configuration.
Fields§
§max_partitions: u16Maximum partitions (DC-12).
coherence_threshold: CoherenceScoreDefault coherence threshold.
witness_ring_capacity: usizeWitness ring buffer capacity in records.
epoch_interval_ns: u64Scheduler epoch interval in nanoseconds.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RvmConfig
impl RefUnwindSafe for RvmConfig
impl Send for RvmConfig
impl Sync for RvmConfig
impl Unpin for RvmConfig
impl UnsafeUnpin for RvmConfig
impl UnwindSafe for RvmConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more