Actor Framework Basics: Part 4 - Being Productive With Actors
Dec 05 2015
So we now know that Actors are really just object oriented Queued Message Handlers, and we know how to start the message handling loop of the actor and how to message that loop. Now we need to know how to actually get cool stuff done using actors.
- Related Categories:
- Actor Framework
- Basics