Mutex.tryLock

Tries locking this Mutex, but does not block. Returns constant OK on success, constant ERR_BUSY otherwise.

struct Mutex
@nogc nothrow
GodotError
tryLock
()

Meta