aerfus / actor-zeta

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 95.8%Language:CMake 4.2%