Actor-D: an Actor framework for D

   page       attach   
abstract

The library Actor-D aims to be a basic actor framework based on message passing for the D programming language, as there are no other up to date packages with the same purpose.
The project will focus on providing a simple actor abstraction capable of performing the actions of send (to both local and remote actors, with the focus mainly on the latter), receive, create and become, while also decoupling actors from threads and optimizing the required resources.

outcomes