Actor Model framework for concurrent C++ applications
Implementation of the Actor Model for C++
caf
$ caf init myproject
$ caf build src/main.cpp -o myapp
$ caf run ./myapp --workers=4