actor-framework
CAF

Introduction

This framework provides an implementation of the actor model for C++. It uses network transparent messaging to ease development of concurrent and distributed software.

To get started with the framework, please read the manual first.

Hello World Example

More Examples

The Math Actor Example shows the usage of receive_loop and arg_match. The Dining Philosophers Example introduces event-based actors covers various features of CAF.