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