Closed kawadakk closed 1 year ago
This PR restores the following auto trait implementations that have been unintentionally removed in #125.
SpinMutexGuard<'_, T>: Send
T: Send
SpinMutexGuard<'_, T>: Sync
T: Sync
MutexGuard<'_, T>: Send
!cfg!(feature = "use_ticket_mutex")
MutexGuard<'_, T>: Sync
Thanks!
This PR restores the following auto trait implementations that have been unintentionally removed in #125.
SpinMutexGuard<'_, T>: Send
ifT: Send
SpinMutexGuard<'_, T>: Sync
ifT: Sync
MutexGuard<'_, T>: Send
ifT: Send
and!cfg!(feature = "use_ticket_mutex")
MutexGuard<'_, T>: Sync
ifT: Sync
and!cfg!(feature = "use_ticket_mutex")