Actors Module

Actors.ActorsModule

Actors implements the classical Actor Model and is based on the primitives defined in ActorInterfaces.Classic. It provides:

and more.

The current stable, registered version is installed with

pkg> add Actors

The development version is installed with:

pkg> add "https://github.com/JuliaActors/Actors.jl"
source
julia> using Actors
julia> Actors.versionv"0.2.5"