#message-passing

[ follow ]
Scala
fromMedium
1 day ago

Actor-based parallelism using Scala and Akka: Part 1

Actors encapsulate mutable state and communicate asynchronously via immutable messages, enabling safe, scalable concurrency without shared mutable state (Akka implements this on the JVM).
[ Load more ]