1. Home
  2. Browse
  3. caf

caf

v0.17.6#1Go to latest

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

Install

Run the following Vcpkg command to install the port.

vcpkg install caf

Usage

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})

Dependencies

See source

Version

v0.17.6#1

Publication

Supports

All

GitHub

actor-framework/actor-framework3.3K

Homepage

github.com/actor-framework/actor-framework

Subtree

4783c36f8c

License

Complex license

Definition

Manifest