Return true if this semaphore is wait disabled, and false otherwise. Note that the semaphore is created in the "wait enabled" state.
Synopsis
Declared in <bslmt_fastpostsemaphore.h>
bool
isDisabled() const;
Return Value
true if wait disabled, and false otherwise
Created with MrDocs