dlib.core.mutex

Cross-platform thread synchronization primitive

Members

Structs

Mutex
struct Mutex

Mutex structure. Uses CRITICAL_SECTION under Windows, pthread_mutex_t under Posix

Meta

Authors

Timur Gafarov