Home

Awesome

=nil; Foundation's Actor Model Implementation Library

=nil; Actor is an open source C++ actor model implementation featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.

Building

=nil; Actor uses CMake build system and follows standard procedure for building:

git clone --recurse-submodules https://github.com/nilfoundation/actor.git actor
cd mtl && mkdir build && cd build && cmake .. && make all

CMake build options available

Dependencies

Supported Compilers

Supported Operating Systems

Optional Dependencies