C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
Message Handling

This is the beating heart of CAF, since actor programming is a message oriented programming paradigm.

A message in CAF is a n-tuple of values (with size >= 1). You can use almost every type in a messages as long as it is announced, i.e., known by the type system of CAF.