InMemorySemaphoreState
Represents an in-memory state of a semaphore.
Properties
Link copied to clipboard
The number of permits currently in use (i.e., permits that have been acquired but not yet released).
Link copied to clipboard
The queue to store the requests that are waiting for permits to be available.
Link copied to clipboard
The time mark indicating when the semaphore state was last replenished. It is used to determine when the rate limiting replenishment period has passed.