Thanks to visit codestin.com Credit goes to github.com
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 19dcced commit e068ab4Copy full SHA for e068ab4
src/sync/condvar.rs
@@ -21,7 +21,7 @@ impl WaitTimeoutResult {
21
22
/// A Condition Variable
23
///
24
-/// This type is an async version of [`std::sync::Mutex`].
+/// This type is an async version of [`std::sync::Condvar`].
25
26
/// [`std::sync::Condvar`]: https://doc.rust-lang.org/std/sync/struct.Condvar.html
27
0 commit comments