The Rusty Actor: using SharpAndRusty to implement multiple actors.

Introduction You can build applications in many ways. One way to do this is using actors. In this setup, an actor is the ‘primitive’ of the appliction. Actors have a number of important characteristics namely: Implementation in C# with SharpAndRusty…

