Asynchronous message passing with Actors in Objective-C
Actors, these strangers Although we are all in love with Objective-C, the power of a language itself is given by its inner features. Languages like Ada have a built-in concurrency model, while Objective-C needs external libraries (let's say libdispatch) to try to achieve the same power of expression found in…