Selected Documentation for Messaging-Cells Library
Classes
Messaging

Module describing messaging. More...

Classes

class  cell
 The base class for any user processing class that wishes send missive s. More...
 
class  missive
 The base class for any user data class that wishes to be sent beetwen cell s. More...
 

Detailed Description

Module describing messaging.

Messagging is done beetween two cell s by sending missive s. So no messages ;)

The most simple example of messaging usage is the send_msg.cpp program.

The classical more complex example of the eating philosophers is coded in the philo.cpp program and shows some Addressing features and Memory features of the library.

Messaging has deterministic behaviour. No indeterminism. Unlike the Actor Model.

For a any pair of cells Cell_A and Cell_B: