Software Craftsman @ ThoughtWorks
I speak Scala, C# & Javascript | Trying to understand FP | I like coding, photography & drawing
Introduction The actor model of computing was introduced by Carl Hewitt in 1973. This model makes it easy to tackle the problem of concurrency and state management. The model treats an “actor” as a primitive unit of computing. An actor is composed ...