Actor based parallelism using Scala and Akka : Part 1
Published by Kaustubh Saha on March 22nd, 2019
Threads and locks are popular programming constructs because they tend to mimic what the underlying hardware does. However, use of threads and low level concurrency features require developers to have in-depth knowledge of memory model and often inner ...