Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1009 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 1009 Bytes

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