We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525c4f6 commit c43e35aCopy full SHA for c43e35a
src/utilities/subscribers.rs
@@ -22,7 +22,7 @@
22
/// 3. CounterInnerMutSubscriber:
23
/// - a dummy subscriber that increments a counter on events
24
/// - the subscriber makes use of inner mutability; multi-threaded applications might want to
25
-/// use inner mutability instead of having something heavy weight (i.e. Arc<Mutex>).
+/// use inner mutability instead of having something heavy weight (i.e. `Arc<Mutex>`).
26
/// - this subscriber implement `EventSubscriber`.
27
use std::fmt::{Display, Formatter, Result};
28
use std::os::unix::io::AsRawFd;
0 commit comments