JuliaActors / Actors.jl

Concurrent computing in Julia based on the Actor Model
MIT License
106 stars 11 forks source link

Actor Registry #9

Closed pbayer closed 3 years ago

pbayer commented 3 years ago

Provide an actor registry:

pbayer commented 3 years ago

@JuliaRegistrator register

Release notes:

JuliaRegistrator commented 3 years ago

Registration pull request created: JuliaRegistries/General/25445

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.3 -m "<description of version>" a31e301e5ccf36b95891923b501572944261e4bb
git push origin v0.1.3
pbayer commented 3 years ago

v0.1.3 is available from the Julia registry