Add feedback from review

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
pull/397/head
Yoshua Wuyts 5 years ago
parent 5f8e2cbd4a
commit 3a06a1211b
No known key found for this signature in database
GPG Key ID: 24EA8164F96777ED

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

Loading…
Cancel
Save