From 8900666a552d67b33b7817ded74a43d9f4c7b34d Mon Sep 17 00:00:00 2001 From: Carl Fredrik Samson Date: Wed, 1 Apr 2020 23:15:36 +0200 Subject: [PATCH] formatting --- book/1_why_futures.html | 27 ++++++++++++++++----------- book/print.html | 27 ++++++++++++++++----------- book/searchindex.js | 2 +- book/searchindex.json | 2 +- src/1_why_futures.md | 29 +++++++++++++++++------------ 5 files changed, 51 insertions(+), 36 deletions(-) diff --git a/book/1_why_futures.html b/book/1_why_futures.html index 3441825..1460511 100644 --- a/book/1_why_futures.html +++ b/book/1_why_futures.html @@ -157,14 +157,14 @@ pros and cons for each of them.

Now one way of accomplishing this is letting the OS take care of everything for us. We do this by simply spawning a new OS thread for each task we want to accomplish and write code like we normally would.

-

Pros:

+

Advantages:

-

Cons:

+

Drawbacks: