Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SupperZum authored Dec 18, 2023
1 parent 7ba35a7 commit 00a3e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3_ecosystem/3_11_async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ For better understanding [`Waker`] design, usage, and features, read through the
Async I/O in [Rust] is possible due to two main ingredients: __[non-blocking I/O operations][1]__ provided by operating system and an __asynchronous runtime__, which wraps those operations into usable asynchronous abstractions and provides an [event loop][48] for executing and driving them to completion.

For better understanding [mio] and [tokio] design, concepts, usage, and features, read through the following articles:
- [Official `mio` crate docs][mio]
- [Official `tokio` crate docs][tokio]
- [Official `mio` crate docs][`mio`]
- [Official `tokio` crate docs][`tokio`]
- [Official `tokio` crate guide][13]
- [Nick Cameron: Asynchronous programming with Rust: Introduction][14]
- [Tokio on asyncronous tasks and executors][15]
Expand Down

0 comments on commit 00a3e28

Please sign in to comment.