|  | Ultralight C++ API 1.4.0
    | 
| Classes | |
| class | Lock | 
| Tiny, efficient spinlock that is optimized for short locking periods but will still intelligently yield the current thread and save CPU if the lock is held longer.  More... | |
| Namespaces | |
| namespace | ultralight | 
| Typedefs | |
| using | LockHolder = std::lock_guard<Lock> |