Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 533 Bytes

[TODO] Non-Persistent Semaphore.md

File metadata and controls

5 lines (3 loc) · 533 Bytes

This document is incomplete and will be fleshed out as I add or test implementations of non-exclusive-queue-based locking.

[TODO] Non-Persistent Semaphore

A non-persistent semaphore is one a semaphore whose "slot" count is incremented or decremented by lock clients. Eventually, this section will contain behavior guidelines for such a semaphore. Until then, the best documentation on the subject is the original RabbitMQ blog post on the subject.