Attempts to acquire the semaphore without blocking.
Synopsis
Declared in <semaphore_grant.h>
bool
TryAcquire() noexcept;
Return Value
true if a slot is now held by this grant.
Created with MrDocs
Attempts to acquire the semaphore without blocking.
Declared in <semaphore_grant.h>
bool
TryAcquire() noexcept;
true if a slot is now held by this grant.
Created with MrDocs