Part 3 Modern patterns of concurrent programming applied
This third and final part of the book allows you to put into practice all the functional concurrent programming techniques you’ve learned thus far. These chapters will become your go-to reference for questions and answers about concurrency.
Chapter 13 covers recipes to solve both common and complex problems you may encounter in concurrent applications using the functional paradigm. Chapter 14 walks you through the full implementation of a scalable and highly performant stock market server application, which includes iOS and WPF versions for the client side.
Functional paradigm principles learned in the book will be applied in the design and architecture decisions, as well as to code development, to achieve a highly performant and scalable solution. You’ll see in this section the positive side effects that come from applying functional principles to reduce bugs and increase maintainability.