added last chapter
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user