rust-osdev / spinning_top

A simple spinlock crate based on the abstractions provided by the `lock_api` crate.
Apache License 2.0
37 stars 4 forks source link

feat: define `MappedSpinlockGuard` #12

Closed toku-sa-n closed 3 years ago

toku-sa-n commented 3 years ago

It's an alias of MappedMutexGuard.

phil-opp commented 3 years ago

Looks good, thanks!

phil-opp commented 3 years ago

Published together with #11 as v0.2.4.