From a28a7bee244dee04a5a0bb630bdf0ae79ffda540 Mon Sep 17 00:00:00 2001 From: Carl Fredrik Samson Date: Sat, 1 Feb 2020 02:59:50 +0100 Subject: [PATCH] added last chapter --- ..._introduction.html => 0_introduction.html} | 6 +- ...ion.html => 1_background_information.html} | 10 +- ...rait_objects.html => 2_trait_objects.html} | 10 +- ...erators_pin.html => 3_generators_pin.html} | 16 +- book/{1_3_pin.html => 4_pin.html} | 80 +++--- ..._executor.html => 5_reactor_executor.html} | 10 +- ...ure_example.html => 6_future_example.html} | 10 +- book/7_conclusion.html | 266 ++++++++++++++++++ ...futures.html => 8_concurrent_futures.html} | 6 +- book/index.html | 2 +- book/print.html | 115 +++++--- book/searchindex.js | 2 +- book/searchindex.json | 2 +- ...{0_0_Introduction.md => 0_Introduction.md} | 0 ...rmation.md => 1_background_information.md} | 0 ..._1_trait_objects.md => 2_trait_objects.md} | 0 ..._generators_pin.md => 3_generators_pin.md} | 0 src/{1_3_pin.md => 4_pin.md} | 0 ...ctor_executor.md => 5_reactor_executor.md} | 0 ..._future_example.md => 6_future_example.md} | 0 src/7_conclusion.md | 47 ++++ ...ent_futures.md => 8_concurrent_futures.md} | 0 src/SUMMARY.md | 18 +- 23 files changed, 478 insertions(+), 122 deletions(-) rename book/{0_0_introduction.html => 0_introduction.html} (90%) rename book/{1_0_background_information.html => 1_background_information.html} (90%) rename book/{1_1_trait_objects.html => 2_trait_objects.html} (90%) rename book/{1_2_generators_pin.html => 3_generators_pin.html} (94%) rename book/{1_3_pin.html => 4_pin.html} (92%) rename book/{1_4_reactor_executor.html => 5_reactor_executor.html} (89%) rename book/{2_0_future_example.html => 6_future_example.html} (94%) create mode 100644 book/7_conclusion.html rename book/{2_1_concurrent_futures.html => 8_concurrent_futures.html} (88%) rename src/{0_0_Introduction.md => 0_Introduction.md} (100%) rename src/{1_0_background_information.md => 1_background_information.md} (100%) rename src/{1_1_trait_objects.md => 2_trait_objects.md} (100%) rename src/{1_2_generators_pin.md => 3_generators_pin.md} (100%) rename src/{1_3_pin.md => 4_pin.md} (100%) rename src/{1_4_reactor_executor.md => 5_reactor_executor.md} (100%) rename src/{2_0_future_example.md => 6_future_example.md} (100%) create mode 100644 src/7_conclusion.md rename src/{2_1_concurrent_futures.md => 8_concurrent_futures.md} (100%) diff --git a/book/0_0_introduction.html b/book/0_introduction.html similarity index 90% rename from book/0_0_introduction.html rename to book/0_introduction.html index 953e515..b267c82 100644 --- a/book/0_0_introduction.html +++ b/book/0_introduction.html @@ -78,7 +78,7 @@ @@ -182,7 +182,7 @@ way that mortal people can understand, and that requires a lot of work. So thank - @@ -196,7 +196,7 @@ way that mortal people can understand, and that requires a lot of work. So thank - diff --git a/book/1_0_background_information.html b/book/1_background_information.html similarity index 90% rename from book/1_0_background_information.html rename to book/1_background_information.html index bd0b76b..dbeacab 100644 --- a/book/1_0_background_information.html +++ b/book/1_background_information.html @@ -78,7 +78,7 @@ @@ -232,13 +232,13 @@ you're back.