|
ONPOSIX
2.0
|
| Abstract class to be notified when a descriptor becomes ready for read operations | |
| Abstract for thread implementation | |
| Very simple buffer with control on overflow | |
| Class to watch a set of descriptors and notify related classes | |
| Association between a reader and a monitored descriptor | |
| Class for a connection-less client | |
| Socket descriptor for connection-less communications | |
| Abstraction of a fifo (AKA "named pipe") descriptor | |
| Abstraction of a file descriptor | |
| Simple logger to log messages on file and console | |
| Posix pipe | |
| Implementation of a condition variable | |
| Abstraction of a POSIX descriptor | |
| Single asynchronous operation | |
| Class for synchronization between the main thread and the worker thread | |
| Worker thread to perform asynchronous operations | |
| Implementation of a mutex class | |
| Class to simplify locking and unlocking of PosixMutex | |
| Class to simplify locking and unlocking of pthread mutex | |
| Thread-safe FIFO priority queue class | |
| Implementation of a thread safe FIFO queue class | |
| Class for launching a new process | |
| Class for simple thread invocation | |
| Class for a connection-oriented client | |
| Socket server for connection-oriented communications | |
| Socket descriptor for connection-oriented communications | |
| Class to contain a time |