Commit Graph

175 Commits

Author SHA1 Message Date
Hernando Castano 109a7445e0 Fix typo 2020-04-28 12:39:17 -07:00
Jesse Wang 407eecd194 Remove the return Box<dyn Trait> issue
The bug has been fixed at https://github.com/rust-lang/rust/issues/60424.
2020-04-28 12:38:21 -07:00
Carl Fredrik Samson afb8b4c5b8 Expanding Pin chapter + more precise wording as suggested in #73 2020-04-14 23:41:49 +02:00
Pure White abc53156a5
remove duplicate title 2020-03-24 16:27:54 +08:00
Pietro Albini d073a9dea7
ci: update travis import path 2020-03-20 16:33:47 +01:00
Joshua Groves 3f6335a5b2 Remove outdated reference to `FutureObj` 2020-03-09 14:47:40 -07:00
funkill2 d7651bb1cd fixed editions and ignoring 2020-03-09 14:47:15 -07:00
funkill2 658ce12b21 ignore running some code, fix edition for other part of code 2020-03-09 14:47:15 -07:00
Black3HDF 15281c6a3d update dep 2020-02-03 09:45:20 -08:00
Jens Krause e0901fe3a8 Fix spellcheck 2020-02-03 09:44:24 -08:00
Jens Krause 588b3bd048 Update chapter 1.4
for using latest `Hyper` `v.0.13.0`, which supports `async/await` out of
the box.
2020-02-03 09:44:24 -08:00
Alfie John 11f251216c Tiny grammar fix 2020-02-03 09:43:47 -08:00
Oleh Misarosh aa46c7d73e Fix path: Future:poll => Future::poll 2020-02-03 09:43:27 -08:00
Oleh Misarosh fb930924e3 Fix typo: `lw.wake()` => `wake()` 2020-02-03 09:43:27 -08:00
garro95 11848ad16d Remove extra comma 2020-02-03 09:43:03 -08:00
Stephane Raux c0fb5c741f Fix comment about size of function pointers
`fn()` is not zero-sized (specific function types are).
2019-11-20 10:51:29 -08:00
Arne Janbu fa3228386e Chapter 1: Fix typo in comment 2019-11-14 14:40:42 -08:00
David Coles 799fded3c8 Fix pinning example
The existing `AsyncFuture` example wouldn't compile due to missing the Future trait's required `Output` type and not marking `self` as mutable (required to update `AsyncFuture::state`).
2019-11-14 10:20:10 -08:00
petrSchreiber a276e7ebdc fix: remove nightly references 2019-11-14 10:19:05 -08:00
XAMPPRocky a5165dab4e Create README.md 2019-11-13 12:31:55 -08:00
Manish Goregaokar f879f3503a Add required hidden definitions to some code examples 2019-11-13 12:31:21 -08:00
Tyler Mandry ea72c9e5ab Update examples/01_02_why_async/src/lib.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
2019-11-13 12:28:45 -08:00
Tyler Mandry b726cb8e4a Fix typos in Chapter 1 code samples 2019-11-13 12:28:45 -08:00
funkill2 dc7b321ff9 cache mdbook and linkcheck 2019-11-13 12:27:59 -08:00
Niko Matsakis 47a8010def
Merge pull request #41 from funkill/spellchecking
Add spellchecking
2019-10-22 14:05:44 -04:00
Niko Matsakis 7998c641cb
Merge pull request #38 from petertrotman/patch-1
added space to closing `}` around task_sender
2019-10-22 14:05:01 -04:00
Niko Matsakis 8cfb10508d
Merge pull request #43 from funkill/clear_cache
Clear cache
2019-10-22 14:03:53 -04:00
Niko Matsakis f65e1f7dd7
Merge pull request #47 from tmandry/patch-3
Clarify sentence about u8: Unpin
2019-10-22 14:03:20 -04:00
Niko Matsakis fe047ce803
Merge pull request #48 from DhruvDh/add-git-button
Adds link to this repo
2019-10-22 14:02:49 -04:00
Dhruv Dhamani 39b02d2850 adds git button 2019-10-19 02:17:08 -04:00
Tyler Mandry 426b95194e
Clarify sentence about u8: Unpin 2019-10-15 16:59:53 -07:00
funkill2 5405097f98
remove project dependant files from target dir before cache 2019-09-20 19:24:14 +03:00
funkill2 4323d1fafc
ignore target dir 2019-09-20 19:23:42 +03:00
funkill2 4283a83ca7
fixed dictionary header 2019-09-20 18:32:32 +03:00
funkill2 df1ded856e
case insensitive sorting of dictionary 2019-09-20 18:30:05 +03:00
funkill2 f93dea5054
added new words 2019-09-20 18:29:18 +03:00
funkill2 e5304e4223
added aspeller package 2019-09-20 17:59:55 +03:00
funkill2 f98b6c0e28
added spellchecking 2019-09-20 17:53:49 +03:00
Dimitri Sabadie cb1c2ba7d1 Fix typo. (#40) 2019-09-18 22:51:06 +02:00
Peter Trotman ff6b79630d
added space to closing `}` around task_sender 2019-09-09 14:44:34 +01:00
Lars Christensen 7aba2abd35 Change reference to function to correctly match example 2019-09-05 16:42:58 -07:00
Lars Christensen 7e0213f7f7 Fix function name to match example 2019-09-05 16:42:58 -07:00
Taylor Cramer b10d07184b Fix typo 2019-09-05 09:59:03 -07:00
Taylor Cramer da0c6cad49 Standardize heading format 2019-09-05 09:59:03 -07:00
Taylor Cramer b3467d9f9f Add chapter: Workarounds to Know and Love 2019-09-05 09:59:03 -07:00
Yu Wei Wu 2f17ce0ce3 Fix select typo 2019-08-22 15:17:08 -07:00
Taiki Endo 2bdc0a1d77 Remove async_await feature 2019-08-22 15:16:46 -07:00
Weihang Lo a9d80c6402 Fix async/.await typo 2019-08-14 10:48:33 -07:00
Taylor Cramer d25ddc33b8 Update mio URL 2019-08-08 18:13:10 -07:00
Taylor Cramer e7f09f36f7 Add sections for select and join 2019-08-08 18:13:10 -07:00