|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A container designed for thread-safe access. More...
#include <container.h>
A container designed for thread-safe access.
Thread-safe containers must provide a lock() method returning a lock guard.
Example usage:
Definition at line 248 of file container.h.