ALox  V. 2402 R. 0
Home ALox for C++ ALox for C# ALox for Java Download
Public Fields | List of all members
LockMode Enum Reference

Class Description


Denotes whether a lock should allow recursive locks (count them) or not.

Public Fields

 RECURSIVE
 Allow nested locks.
 
 SINGLE_LOCKS
 Nested locks are ignored. First unlock, unlocks.
 

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