an open source C++11 actor model implementation featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.
The package caf provides CMake targets:
find_package(CAF REQUIRED COMPONENTS core io)
target_include_directories(main PRIVATE ${CAF_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${CAF_LIBRARIES})
v0.17.6#1
All
Complex license
Manifest