2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-09 09:56:42 +00:00
async-std/docs/src
Stjepan Glavina bac74c2d7f
Reduce dependency on futures crate (#140)
* Add future::poll_fn

* Replace all uses of poll_fn with the new one

* Remove some uses of futures

* Simplify ReadDir and DirEntry

* Remove some use of futures from File

* Use futures subcrates

* Fix imports in docs

* Remove futures-util dependency

* Remove futures-executor-preview

* Refactor

* Require more features in the futures-preview crate
2019-09-05 01:22:41 +02:00
..
concepts Visibly import in tasks example 2019-08-26 14:39:25 -07:00
images added diagrams 2019-08-15 11:36:39 +02:00
overview Fix typo in stability-guarantees.md (#136) 2019-08-31 16:15:26 +02:00
patterns Fix book tests 2019-08-25 04:34:41 -07:00
security Fix book tests 2019-08-25 04:34:41 -07:00
tutorial Reduce dependency on futures crate (#140) 2019-09-05 01:22:41 +02:00
concepts.md small typos and edits in first few pages 2019-08-17 07:03:48 +10:00
glossary.md Copyedits for the book 2019-08-17 00:41:37 -05:00
introduction.md Copyedits for the book 2019-08-17 00:41:37 -05:00
patterns.md Add small patterns library 2019-08-12 21:17:21 +02:00
SUMMARY.md Book fixes 2019-08-16 20:04:14 +02:00