Lately, a lot of research has gone into how to make concurrency easier, both conceptually and programmatically. One of the models, originally created by Erikkson for the language Erlang, is the Actor/Message Passing system. The idea behind this system is that you a dispatcher creating tasks in response to some data. Information about the tasks [...]
The Actor/Message Passing System of Concurrency