Commit 2943df016e
Changed files (1)
lib
std
Thread
lib/std/Thread/Condition.zig
@@ -13,7 +13,7 @@
//! defer m.unlock();
//!
//! while (!predicate) {
-//! c.wait(&mutex);
+//! c.wait(&m);
//! }
//! }
//!
2943df016e@@ -13,7 +13,7 @@
//! defer m.unlock();
//!
//! while (!predicate) {
-//! c.wait(&mutex);
+//! c.wait(&m);
//! }
//! }
//!