RepoNotes
Toggle theme
Loading ...
Sign in
rust-lang/async-book
Asynchronous Programming in Rust
2146
3
51
Readme
Notes
New Note
Sign in to add notes for this repository
RN
rust-lang
16808
Followers
0
Following
237
Repos
No Twitter
Nothing here
Branches
pin
master
gh-pages
Releases
Commits
Merge pull request #261 from mcadariu/patch-1 Fix paragraph clarity
Improve paragraph clarity
Merge pull request #259 from nrc/io Start the io chapter
Issues
Pinning chapter should define the Pin contract
Trade-off between await-ing a "child" boxed future vs spawning/awaiting a new task on executor
2.1 "The Future Trait" introduces a confusing (to me) example