Proto.Actor Bootcamp
protoactor docs
Module 1: Introduction to Actor Model and Proto.Actor Concepts you will learn Welcome to the course on building parallel applications based on the actor model and the Proto.Actor platform. Creating parallel, distributed, and robust applications is a complicated task. However, using the actor model and the Proto.Actor platform significantly simplifies this task.
With Proto. Actor, you no longer have to worry about manually managing threads and locking shared resources. Instead, you will use high-level abstractions such as Actors and Messages.
Read more...