class ScopedCS : public nn::nex::RootObject
The CriticalSection
class limited to within the scope.
Execution enters the CriticalSection
passed to the constructor by an argument, and exits the CriticalSection
in the destructor. This class is useful for avoiding entering deadlock by forgetting to exit from CriticalSection
.
nn::nex::RootObject
nn::nex::ScopedCS
CONFIDENTIAL