/actor-zeta

Library that provides an actor style message-passing programming model (in C++).

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status

actor-zeta

actor-zeta is an open source C++11 actor model implementation featuring lightweight & fast and more.

The libraray uses a standard practice for its versioning: major.minor.patchlevel. example : 0.0.1

This project is in a very early / experimental stage.

Dependencies

  • CMake

Supported Compilers

  • GCC >= 4.8
  • Clang >= 3.3

Supported Operating Systems

  • Linux
  • Mac OS X