Namespaces | |
namespace | JetByteTools |
namespace | JetByteTools::Core |
Classes | |
class | IReentrantLockableObject |
An interface onto objects that can be locked and where the same thread is able to call Lock() multiple times successfully and where each call to Lock() needs to be balanced by a corresponding call to Unlock() to unlock the object. More... |