Part 3Concurrency in Scala

Concurrency is one of those accidental complexities. Scala provides some elegant solutions to deal with this complex topic. You’ll learn:

  • the benefits of lazy evaluations

  • the difference between strict and lazy collections

  • to use parallel collections

  • to avoid shared mutability

  • to program with actors

Get Pragmatic Scala now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.