Skip to content

Commit 3a06a12

Browse files
committed
Add feedback from review
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 5f8e2cb commit 3a06a12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sync/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//!
77
//! ## The need for synchronization
88
//!
9+
//! async-std's sync primitives are scheduler-aware, making it possible to
10+
//! `.await` their operations - for example the locking of a [`Mutex`].
11+
//!
912
//! Conceptually, a Rust program is a series of operations which will
1013
//! be executed on a computer. The timeline of events happening in the
1114
//! program is consistent with the order of the operations in the code.

0 commit comments

Comments
 (0)