Files | |
file | semaphore.hpp [code] |
Provides a class for securing shared data between processes. | |
file | semaphore_pos.hpp [code] |
The posix implementation for semaphores. | |
file | shared_memory.hpp [code] |
Provides a class for sharing data between processes. | |
file | shared_memory_pos.hpp [code] |
The posix implementation for shared memory. | |