Function Mutex.tryLock
Tries locking this Mutex
, but does not block. Returns constant OK
on success, constant ERR_BUSY
otherwise.
godot .core .defs .GodotError tryLock() nothrow @nogc;
Tries locking this Mutex
, but does not block. Returns constant OK
on success, constant ERR_BUSY
otherwise.
godot .core .defs .GodotError tryLock() nothrow @nogc;