-
Learning Concurrent Programming in Scala, 2nd Edition下载
资源介绍
Title: Learning Concurrent Programming in Scala, 2nd Edition
Author: Aleksandar Prokopec
Length: 382 pages
Edition: 2nd Revised edition
Language: English
Publisher: Packt Publishing - ebooks Account
Publication Date: 2017-04-06
ISBN-10: 1786466899
ISBN-13: 9781786466891
Table of Contents
Chapter 1. Introduction
Chapter 2. Concurrency on the JVM and the Java Memory Model
Chapter 3. Traditional Building Blocks of Concurrency
Chapter 4. Asynchronous Programming with Futures and Promises
Chapter 5. Data-Parallel Collections
Chapter 6. Concurrent Programming with Reactive Extensions
Chapter 7. Software Transactional Memory
Chapter 8. Actors
Chapter 9. Concurrency in Practice
Chapter 10. Reactors