Module kvarn::prelude::compact_str::core::sync

1.0.0 · source ·
Available on non-crate feature miri-test-libstd only.
Expand description

Synchronization primitives

Modules

Structs

  • ExclusiveExperimental
    Exclusive provides only mutable access, also referred to as exclusive access to the underlying value. It provides no immutable, or shared access to the underlying value.