struct CCL::Threading::ScopedLock

Scoped locking helper for CriticalSection.

#include <threadsync.h>

struct ScopedLock
{
    // fields

    CriticalSection& criticalSection;

    // construction

    ScopedLock (CriticalSection& criticalSection);
};