Florian Gilcher
bfaa9c510c
Import HashMap visibly in the tutorial
...
Fixes #101
5 years ago
Florian Gilcher
101979fcc3
Fix some final errors
5 years ago
Darin Morrison
6302805b54
Fix book tests
...
[ci skip]
5 years ago
Darin Morrison
58e783b194
Add empty data.csv for book tests
...
[ci skip]
5 years ago
Oleksii Kachaiev
34802cae7e
[docs] Make sure that "All Together" code compiles ( #104 )
...
Added missing `spawn_and_log_error` function declaration
5 years ago
Zach Kemp
6d6328a9c8
use `broker_handle` to avoid overloading the `broker` fn ( #100 )
5 years ago
Rui Loura
794c12fe7e
Fix some typos in tutorial ( #98 )
...
* fix typo in tutorial
* add async_std::io::BufReader to tutorial code
* writers in clean_shutdown.md return unit type
5 years ago
Stjepan Glavina
be616f35bf
Update sending_messages.md
5 years ago
Stjepan Glavina
c61f4c8b81
Update receiving_messages.md
5 years ago
Florian Gilcher
c9d8b197ca
Add dependencies explanation to book
5 years ago
Yoshua Wuyts
63ad786768
remove async_await feature gate
...
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Florian Gilcher
addda3937f
Merge branch 'master' of github.com:async-std/async-std
5 years ago
Florian Gilcher
de036b9cdb
Remove linking sentence linking to itself
5 years ago
Wesley Moore
ed81a9e23c
Fix a couple of typos in the book
5 years ago
Florian Gilcher
3b9ee1ad48
Revert "Manual: automated link checking using mdbook-linkcheck ( #61 )"
...
This reverts commit fc1774a8ad
.
5 years ago
ngirard
fc1774a8ad
Manual: automated link checking using mdbook-linkcheck ( #61 )
...
* travis.yml: add before_script instruction for mdbook and mdbook-linkcheck
* book.toml: add mdbook-linkcheck config options
* Update book.toml
5 years ago
Florian Gilcher
8129da9582
Merge pull request #62 from dcarosone/book-typos-and-small-edits
...
Book typos and small edits
5 years ago
Florian Gilcher
1fe8a28399
Merge branch 'master' into book-typos-and-small-edits
5 years ago
Florian Gilcher
3e22dc2db2
Merge pull request #59 from ngirard/patch-2
...
book.toml: some improvements
5 years ago
Florian Gilcher
d656882796
Merge pull request #66 from divergentdave/book-copyediting
...
Copyedits for the book
5 years ago
Florian Gilcher
96b821b9f3
Merge branch 'master' into patch-1
5 years ago
Anthony Dodd
f57e3142a1
Small technical correction. ( #64 )
...
Absolutely awesome work here! Just reading through the book absorbing all of the awesomeness and noticed this little bit. Let me know if you would like for me to update the corrections in any way.
5 years ago
Shady Khalifa
fd0b4d4cff
missing .await ( #69 )
...
* missing .await
* Update tasks.md
5 years ago
Brad Gibson
7f9dae9e5f
Clarify async fn return type
5 years ago
David Cook
392b6df7c2
Copyedits for the book
5 years ago
Daniel Carosone
9974ff692e
markup and typo nits
5 years ago
Daniel Carosone
a41b87205d
distributed massages are the best
5 years ago
Daniel Carosone
6b23760c4a
additional tweaks
5 years ago
Daniel Carosone
a4cccb1450
link and more apostrophes
5 years ago
Daniel Carosone
310cda671c
use rust code blocks for consistent style
5 years ago
Daniel Carosone
ddb11bfb09
more wording tweaks
5 years ago
Daniel Carosone
5d7b641813
bullet character
5 years ago
Daniel Carosone
3df6c39e17
switch paragraphs around..
...
condense the summary and generalise the note
5 years ago
Daniel Carosone
0205ea3fc8
more apostrophes
5 years ago
ngirard
af38ad2646
Update book.toml
...
- don't generate an empty page if link points to a missing file ;
- add icon to github repository.
5 years ago
Florian Gilcher
f9fe7390d6
Merge pull request #58 from async-rs/fix-apostrophes
...
Fix wrong apostrophes
5 years ago
James Munns
58804c2524
Merge pull request #56 from dcarosone/book-typos-and-small-edits
...
small typos and edits in first few pages
5 years ago
Florian Gilcher
b69d55ce0b
Fix weird apostrophes
5 years ago
Daniel Carosone
ce940bb16d
merge
5 years ago
Daniel Carosone
54252b39e9
merge
5 years ago
Pascal Hertleif
df8cea8ab6
Book: Fix typo in tasks example
5 years ago
Florian Gilcher
e43c0069bd
Merge branch 'master' into book-typos-and-small-edits
5 years ago
Florian Gilcher
2921570f3f
Merge pull request #53 from skorgu/patch-2
...
Fix some stray formatting
5 years ago
Florian Gilcher
9c1869ce62
Merge pull request #52 from skorgu/patch-1
...
Rename 'task' variable in example
5 years ago
Florian Gilcher
da44ec5534
Merge pull request #51 from luizirber/patch-1
...
Fix links in concepts/futures.md
5 years ago
Daniel Carosone
2d2490c1a4
small typos and edits in first few pages
5 years ago
skorgu
9d56089ed2
Fix FuturesExt formatting
5 years ago
skorgu
9e89e79113
Remove errant backticks
5 years ago
skorgu
e47d4d6701
Remove some doubled backticks.
5 years ago
skorgu
77171b5f45
Rename 'task' variable in example
...
The collision between the 'task' variable and the 'task' import is confusing (task::block_on(task) especially).
5 years ago
Luiz Irber
43d0cd8dc8
fix formatting and add Futures link
5 years ago
Luiz Irber
bd22456e44
FIx rust-book-sync link
5 years ago
Florian Gilcher
9b583b358a
Book fixes
5 years ago
Florian Gilcher
efd4b7f7ff
Merge branch 'master' into book-release-ready
5 years ago
Florian Gilcher
02e4bd4872
Merge pull request #38 from async-rs/document-blocking
...
Document panicking and blocking
5 years ago
Florian Gilcher
658572272f
Fix logo link
5 years ago
Florian Gilcher
2391db9003
Add two chapters as TODO and change intro ( #41 )
5 years ago
Florian Gilcher
1050c8fc44
Add security information
5 years ago
Florian Gilcher
13ee7b63c1
Add two chapters as TODO and change intro
5 years ago
Florian Gilcher
79d6ee97f1
Document panicking and blocking
5 years ago
Florian Gilcher
671049f2c8
Merge pull request #25 from Mirabellensaft/mirabellensaft-add-diagrams
...
added Diagrams
5 years ago
Florian Gilcher
d3c67148b7
Seperate the tutorial in multiple parts
...
Fix some typos
5 years ago
Mirabellensaft
d9f971c2bd
added diagrams
5 years ago
Aleksey Kladov
d393a9220e
add a chat tutorial
5 years ago
Florian Gilcher
52671bde02
Fix patterns chapter
5 years ago
Florian Gilcher
54f3732787
TaskHandle -> JoinHandle
5 years ago
Florian Gilcher
cc19d7e76b
Add draft text of some chapters
5 years ago
Florian Gilcher
297d9f189d
Begin Glossary
5 years ago
Florian Gilcher
95a2f8ed38
Don't mention async-task
5 years ago
Florian Gilcher
6c7922a404
Add small patterns library
5 years ago
Florian Gilcher
eadd3ed1f6
Update stability guarantees
5 years ago
Florian Gilcher
574676aa1a
Add images
5 years ago
Florian Gilcher
c8d9ef8855
Add a small sentence that async-std does also include Mutex implementations
5 years ago
Florian Gilcher
bbaa501474
Remove async-task chapter link
5 years ago
Florian Gilcher
62bf802827
Remove `async-task` as a subject from the book
...
Link to the docs, the are extensive and useful.
5 years ago
Florian Gilcher
a0143dd098
Add book draft
5 years ago