Attempt to acquire the lock without blocking.
Synopsis
Declared in <util/fs.h>
bool
TryLock();
Return Value
True if the lock was acquired, false otherwise (see GetReason()).
Created with MrDocs
Attempt to acquire the lock without blocking.
Declared in <util/fs.h>
bool
TryLock();
True if the lock was acquired, false otherwise (see GetReason()).
Created with MrDocs