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 [https://www.adacore.com/adaanswers/about/ada] have a built-in concurrency model, while Objective-C needs external libraries (let's say libdispatch) to try…