Install and Use Actors
Actors requires at least Julia 1.6.
You enter pkg>-mode by typing ] in the Julia REPL. Then you can install the current stable, registered version with
pkg> add ActorsThe development version is installed with:
pkg> add "https://github.com/JuliaActors/Actors.jl"You can then use it for your work:
julia> using Actorsjulia> Actors.versionv"0.2.5"