caf

Actor Model framework for concurrent C++ applications

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of the Actor Model for C++

Commands

caf

Examples

Create a new CAF project with basic actor setup$ caf init myproject
Compile CAF source files with the CAF compiler$ caf build src/main.cpp -o myapp
Run a CAF application with actor runtime$ caf run ./myapp --workers=4