xlpshared.h contain classes that allow you to safely share data between threads.
| Class | Description |
|---|---|
| CXlLockable | An object that can be locked by one thread to exclude other threads until it is unlocked. |
| CXlLock | represents a lock applied to a CXlLockable object. |