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.
Notifier
1 parent 9723efb commit 7d6d7d4Copy full SHA for 7d6d7d4
src/asynchronous/shutdown.rs
@@ -32,7 +32,7 @@ pub struct Waiter {
32
33
/// Used to Notify all [`Waiter`s](Waiter) shutdown.
34
///
35
-/// No `Clone` is provided. If you want multiple instances, you can use Arc<Notifier>.
+/// No `Clone` is provided. If you want multiple instances, you can use `Arc<Notifier>`.
36
/// Notifier will automatically call shutdown when dropping.
37
#[derive(Debug)]
38
pub struct Notifier {
0 commit comments