rust-embedded / bare-metal

Abstractions common to microcontrollers
Apache License 2.0
114 stars 16 forks source link

Add `Mutex::{get_mut, into_inner}` #28

Closed jonas-schievink closed 4 years ago

jonas-schievink commented 4 years ago

These mirror the API of std::sync::Mutex (modulo poisoning) and can be pretty helpful sometimes.

bors[bot] commented 4 years ago

Build succeeded