Actor Messaging SemanticsCovers the semantics of message processing in Akka actors, emphasizing actor encapsulation and collaboration.
Concurrency with FuturesExplores futures as a structured approach to concurrency, simplifying parallel tasks and input-output operations.
Parallel Computation: TasksExplores parallel computation using tasks for concurrent execution and demonstrates their implementation in practice.
Distributed Actor CommunicationExplores the impact of network communication on actors and covers distributed actor communication, clusters formation, and remote deployment.
Concurrency with ExecutorsCovers the basics of concurrency properties, Executors, Runnable objects, ForkJoinPool, task completion handling, execution contexts in Scala, and simplifying task execution.