Crate scoped_mutex_traits

Source
Expand description

Scoped Mutex Traits

This crate provides traits that are aimed at compatibility for scoped mutexes.

Compared to the more general traits provided by the lock_api crate, these traits are aimed at being more compatible with implementations based on critical sections, are easier to work with in a nested or strictly LIFO pattern.

Traitsยง

ConstInit
Const Init Trait
ScopedRawMutex
Raw mutex trait.