State, Behavior, and Time in Actors
Learn how Akka actors model changing state over time through explicit behavior transitions, using practical examples such as sessions, rate limiting, ...
Read MoreExplore all lessons related to Concurrency
Learn how Akka actors model changing state over time through explicit behavior transitions, using practical examples such as sessions, rate limiting, ...
Read MoreA practical explanation of what actors really are, what they are not, and how to compare them honestly with threads, locks, queues, and futures in pro...
Read MoreAn engineering-first introduction to the problems Akka was built to solve, from shared mutable state and thread coordination to failure isolation in h...
Read MoreMaster advanced ZIO patterns including Refs for state management, Queues and Hubs for coordination, STM for composable transactions, and performance o...
Read MoreMaster ZIO's fiber-based concurrency model. Learn to write parallel, concurrent programs that are safe, composable, and easy to reason about—without...
Read MoreMaster the Actor model with Akka to build highly concurrent, fault-tolerant, and distributed systems using message-passing concurrency that scales fro...
Read More