CountingSemaphoreGrant::TryAcquire

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.