mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
Update embassy-sync/src/mutex.rs
Co-authored-by: James Munns <james@onevariable.com>
This commit is contained in:
parent
42c8379c5a
commit
da392ed942
@ -23,7 +23,7 @@ struct State {
|
||||
|
||||
/// Async mutex.
|
||||
///
|
||||
/// The mutex is generic over a blocking [RawMutex].
|
||||
/// The mutex is generic over a blocking [`RawMutex`].
|
||||
/// The raw mutex is used to guard access to the internal "is locked" flag. It
|
||||
/// is held for very short periods only, while locking and unlocking. It is *not* held
|
||||
/// for the entire time the async Mutex is locked.
|
||||
|
Loading…
x
Reference in New Issue
Block a user