Mutex.tryLock

Try locking this Mutex, does not block. Returns OK on success, ERR_BUSY otherwise.

struct Mutex
@nogc nothrow
GodotError
tryLock
()

Meta