mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 17:25:32 +00:00
Add feedback from review
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
5f8e2cbd4a
commit
3a06a1211b
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue