Documentation
›
API Reference
›
Object
›
Mutex
Lock
Lua
C++
This function locks a mutex. When a mutex is locked, other threads that lock the mutex will pause until the locking thread calls Mutex::Unlock().
Syntax
Lock
()