added spawn chapter to main example

This commit is contained in:
Carl Fredrik Samson
2020-02-04 01:31:02 +01:00
parent c1b548bdf5
commit 4af2fc03e6
16 changed files with 506 additions and 130 deletions

View File

@@ -6,7 +6,7 @@
- [Trait objects and fat pointers](./2_trait_objects.md)
- [Generators](./3_generators_pin.md)
- [Pin](./4_pin.md)
- [The main example](./6_future_example.md)
- [Futures - our main example](./6_future_example.md)
- [Finished example (editable)](./8_finished_example.md)
[Conclusion and exercises](./conclusion.md)