- Learning Concurrent Programming in Scala
- Aleksandar Prokopec
- 274字
- 2021-08-05 17:08:14
Preface
Concurrency is everywhere. With the rise of multicore processors in the consumer market, the need for concurrent programming has overwhelmed the developer world. Where it once served to express asynchrony in programs and computer systems, and was largely an academic discipline, concurrent programming is now a pervasive methodology in software development. As a result, advanced concurrency frameworks and libraries are sprouting at an amazing rate. Recent years have witnessed a renaissance in the field of concurrent computing.
As the level of abstraction grows in modern languages and concurrency frameworks, it is becoming crucial to know how and when to use them. Having a good grasp of the classical concurrency and synchronization primitives, such as threads, locks, and monitors, is no longer sufficient. High-level concurrency frameworks, which solve many issues of traditional concurrency and are tailored towards specific tasks, are gradually overtaking the world of concurrent programming.
This book describes high-level concurrent programming in Scala. It presents detailed explanations of various concurrency topics and covers the basic theory of concurrent programming. Simultaneously, it describes modern concurrency frameworks, shows their detailed semantics, and teaches you how to use them. Its goal is to introduce important concurrency abstractions, and at the same time show how they work in real code.
We are convinced that, by reading this book, you will gain both a solid theoretical understanding of concurrent programming, and develop a set of useful practical skills that are required to write correct and efficient concurrent programs. These skills are the first steps toward becoming a modern concurrency expert.
We hope that you will have as much fun reading this book as we did writing it.
- Java程序設計與開發
- 基于Java技術的Web應用開發
- Flask Web開發入門、進階與實戰
- Python計算機視覺編程
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- HDInsight Essentials(Second Edition)
- C語言程序設計學習指導與習題解答
- Spring核心技術和案例實戰
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Nagios Core Administration Cookbook(Second Edition)
- OpenCV with Python Blueprints
- Fastdata Processing with Spark
- ArcPy and ArcGIS(Second Edition)
- 體驗之道:從需求到實踐的用戶體驗實戰
- Google Maps JavaScript API Cookbook