diff options
| author | kisalaya89 <kisalaya89@gmail.com> | 2016-12-09 21:16:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-09 21:16:02 -0500 |
| commit | 016620da68e304dfa1032c4d90204d94d9a2de69 (patch) | |
| tree | dcee76afa0cde3fc755d91e3baaf4f53020851ba /chapter | |
| parent | 734128b127c0322699feb036305e4896421783c2 (diff) | |
Update futures.md
Diffstat (limited to 'chapter')
| -rw-r--r-- | chapter/2/futures.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter/2/futures.md b/chapter/2/futures.md index 02c2d5f..1584075 100644 --- a/chapter/2/futures.md +++ b/chapter/2/futures.md @@ -16,8 +16,10 @@ The processor can either handle blocking calls in two ways: In the world of asynchronous communications many terminologies were defined to help programmers reach the ideal level of resource utilization. As a part of this article we will talk about motivation behind rise of Promises and Futures, we will explain programming model associated with it and discuss evolution of this programming construct, finally we will end this discussion with how this construct helps us today in different general purpose programming languages. +<figure class="main-container"> + <img src="./1.png" alt="timeline" /> +</figure> -{% cite Uniqueness --file futures %} ## References |
