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: