Available on crate feature
std only.Structsยง
- SeqCount
Provider Sync U8 - These sequence counters can be shared between threads and can also be configured to wrap around at specified maximum values. Please note that that the API provided by this class will not panic und Mutex lock errors, but it will yield 0 for the getter functions.
- SeqCount
Provider Sync U16 - These sequence counters can be shared between threads and can also be configured to wrap around at specified maximum values. Please note that that the API provided by this class will not panic und Mutex lock errors, but it will yield 0 for the getter functions.
- SeqCount
Provider Sync U32 - These sequence counters can be shared between threads and can also be configured to wrap around at specified maximum values. Please note that that the API provided by this class will not panic und Mutex lock errors, but it will yield 0 for the getter functions.
- SeqCount
Provider Sync U64 - These sequence counters can be shared between threads and can also be configured to wrap around at specified maximum values. Please note that that the API provided by this class will not panic und Mutex lock errors, but it will yield 0 for the getter functions.