diff options
| author | Mica White <botahamec@outlook.com> | 2024-03-08 15:34:07 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2024-03-08 15:34:07 -0500 |
| commit | e98635ad8f9015f3749a8d90099ebd37bfb8100c (patch) | |
| tree | 31aed6268ffcdad0407fa48e52d79ca288a216b3 /src/lib.rs | |
| parent | 44347114329545f6b53a621e09a596c53884413a (diff) | |
Allow moves
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,4 +11,5 @@ pub mod mutex; pub use guard::LockGuard; pub use key::{Key, ThreadKey}; pub use lockable::Lockable; -pub use mutex::Mutex; +pub use mutex::ParkingMutex as Mutex; +pub use mutex::SpinLock; |
