added last chapter

This commit is contained in:
Carl Fredrik Samson
2020-02-01 02:59:50 +01:00
parent 53d0fd7594
commit a28a7bee24
23 changed files with 478 additions and 122 deletions

View File

@@ -1,10 +1,12 @@
# Summary
- [Introduction](./0_0_introduction.md)
- [Some background information](./1_0_background_information.md)
- [Trait objects and fat pointers](./1_1_trait_objects.md)
- [Generators and Pin](./1_2_generators_pin.md)
- [Pin](./1_3_pin.md)
- [Reactor/Executor Pattern](./1_4_reactor_executor.md)
- [The main example](./2_0_future_example.md)
- [Bonus 1: concurrent futures](2_1_concurrent_futures.md)
- [Introduction](./0_introduction.md)
- [Some background information](./1_background_information.md)
- [Trait objects and fat pointers](./2_trait_objects.md)
- [Generators and Pin](./3_generators_pin.md)
- [Pin](./4_pin.md)
- [Reactor/Executor Pattern](./5_reactor_executor.md)
- [The main example](./6_future_example.md)
- [Conclusion and exercises](7_conclusion.md)
- [Bonus 1: concurrent futures](8_concurrent_futures.md)