namespace SemaphoreError
undocumented
Classes
Name | Description |
---|---|
CapacityUnderflowError | Error indicating a request was made to release more weight than reserved. |
InsufficientCapacityError | Error indicating that the semaphore does not have sufficient capacity. |
InvalidConfigError | Error indicating that an invalid configuration was provided, |
SemaphoreError | The abstract base class/type for Semaphore Errors. |