- Learning Concurrent Programming in Scala
- Aleksandar Prokopec
- 126字
- 2021-08-05 17:08:16
Summary
In this chapter, we studied what concurrent programming is and why Scala is a good language for concurrency. We gave a brief overview of what you will learn in this book, and how the book is organized. Finally, we stated some Scala preliminaries necessary for understanding the various concurrency topics in the subsequent chapters. If you would like to learn more about sequential Scala programming, we suggest that you read the book Programming in Scala, Martin Odersky, Lex Spoon, and Bill Venners, Artima Inc.
In the next chapter, we will start with the fundamentals of concurrent programming on the JVM. We will introduce the basic concepts in concurrent programming, present the low-level concurrency utilities available on the JVM, and learn about the Java Memory Model.
- 數據科學實戰手冊(R+Python)
- Docker and Kubernetes for Java Developers
- Android應用程序開發與典型案例
- Magento 2 Theme Design(Second Edition)
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Instant Typeahead.js
- C語言程序設計案例式教程
- 軟件測試技術指南
- Selenium Testing Tools Cookbook(Second Edition)
- Python極簡講義:一本書入門數據分析與機器學習
- Hands-On GUI Programming with C++ and Qt5
- OpenStack Networking Essentials
- Learning VMware vSphere
- Scala編程實戰
- ASP.NET 4.0 Web程序設計