CAF 0.17.6
Loading...
Searching...
No Matches
Message Handling

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

/ / 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. / /