[ANN] YAActL 0.2, Yet Another Actor Library (built in Julia)

I opened another topic:

I will pull in some of the good stuff of YAActL into Actors.jl in providing the first two steps described in the roadmap but not all. Actors.jl should be more minimalist than YAActL, e.g.

  • it does not need two APIs,
  • Dispatch modes are not necessary, I will go with “full dispatch”

But foremost it must provide a sleek interface. I can use Circo’s onmessage for plugging in a message protocol and an API similar to YAActL’s. This then can be used by other actor libraries.

After that I will decide how to proceed with YAActL.

1 Like