![]() | |
![]() | ![]() |
CL_MutexSectionLock a mutex until the end of a scope. DescriptionThis class is a way to ensure a mutex will be released at the end of a scope. When an instance is constructed, it will lock the mutex, and when the instance is destroyed (at the exit of its scope), it will unlock the mutex. Class membersCL_MutexSection(CL_Mutex *mutex) See AlsoNone |