JuliaActors / SlowActors.jl

A "slow" actor library interfacing with Actors.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlowActors

A "slow" actor library to test the interface with Actors.jl.

Stable Dev Build Status Coverage

SlowActors implements the minimal actor primitives defined by Actors.jl in a different way in order to

  • prove that they are sufficient to run the basic examples,
  • show that actors from both libraries can communicate,
  • make API functions and applications of Actors.jl run with SlowActors,
  • give an example how the interface of Actors.jl can be used in another library.

Author(s)

  • Paul Bayer

License

MIT

About

A "slow" actor library interfacing with Actors.jl

License:MIT License


Languages

Language:Julia 100.0%