Struct hermit_sync::RawTicketMutex
source · pub struct RawTicketMutex { /* private fields */ }Expand description
A fair ticket lock with exponential backoff.
Trait Implementations§
source§impl RawMutex for RawTicketMutex
impl RawMutex for RawTicketMutex
§type GuardMarker = GuardSend
type GuardMarker = GuardSend
Marker type which determines whether a lock guard should be
Send. Use
one of the GuardSend or GuardNoSend helper types here. Read more