Mutable state and concurrency with actors

Michael Bondar

It’s all about introduction to actor model by implementing a simple one with ruby. I’ll make a basic overview of problems which could be solved with it. Will be interesting for those who are working (or willing to work) with concurrent and reactive applications. Require at least basic understanding of threading, locking and concept of thread pools.