Syncmsg.h File Reference
Templates for constructing objects to which a sequence of messages are passed, and only one message is handled at a time, yet without blocking any thread. More...
Go to the source code of this file.
Data Structures | |
| class | SyncEvent< M, C > |
| Class used to wrap each event object type for a given receiver. More... | |
| class | SyncEventQueue |
| A simple FIFO queue for events. More... | |
| class | Syncmsgobj< C > |
| Template class for protecting an object. More... | |
Detailed Description
Templates for constructing objects to which a sequence of messages are passed, and only one message is handled at a time, yet without blocking any thread.
Definition in file Syncmsg.h.