Add MutexBlocking.
This commit is contained in:
parent
8974a29245
commit
db6a93e60d
11 changed files with 119 additions and 13 deletions
|
@ -2,4 +2,4 @@ mod up;
|
|||
mod mutex;
|
||||
|
||||
pub use up::UPSafeCell;
|
||||
pub use mutex::{Mutex, MutexSpin};
|
||||
pub use mutex::{Mutex, MutexSpin, MutexBlocking};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue