Nebula
Loading...
Searching...
No Matches
CriticalSection Class Reference

#include <criticalsection.h>

Detailed Description

Critical section objects are used to protect a portion of code from parallel execution.

Define a static critical section object and use its Enter() and Leave() methods to protect critical sections of your code.


The documentation for this class was generated from the following file: