- 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.
- C語言程序設(shè)計(jì)教程
- 編程的修煉
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- Raspberry Pi for Secret Agents(Third Edition)
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- OpenCV 3和Qt5計(jì)算機(jī)視覺應(yīng)用開發(fā)
- Python Deep Learning
- Practical Windows Forensics
- Java Web應(yīng)用開發(fā)技術(shù)與案例教程(第2版)
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- C語言程序設(shè)計(jì)
- Mastering openFrameworks:Creative Coding Demystified
- 詳解MATLAB圖形繪制技術(shù)
- Illustrator CS6設(shè)計(jì)與應(yīng)用任務(wù)教程
- 網(wǎng)絡(luò)數(shù)據(jù)采集技術(shù):Java網(wǎng)絡(luò)爬蟲實(shí)戰(zhàn)