mvdnes / spin-rs

Spin-based synchronization primitives
MIT License
485 stars 92 forks source link

Bring back the `Send` and `Sync` implementations for `SpinMutexGuard` #143

Closed kawadakk closed 1 year ago

kawadakk commented 1 year ago

This PR restores the following auto trait implementations that have been unintentionally removed in #125.

zesterer commented 1 year ago

Thanks!