Skip to content

Commit 743d06f

Browse files
committed
doc(sync): add a TODO about upgrading constance::sync::Mutex to use a real mutex
1 parent cfa9f05 commit 743d06f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/constance/src/sync/mutex.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ use crate::{
55
prelude::*,
66
};
77

8+
// TODO: Upgrade `Mutex` to use a real mutex. And then remove the paragraph
9+
// in `Mutex` regarding this
10+
811
/// A mutual exclusion primitive useful for protecting shared data from
912
/// concurrent access.
1013
///

0 commit comments

Comments
 (0)