DOC: queue: document the expected locking model for the server's queue
authorWilly Tarreau <w@1wt.eu>
Wed, 25 Jul 2018 13:21:00 +0000 (15:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Jul 2018 15:32:51 +0000 (17:32 +0200)
commit6bdd05c0ef6d7c3208f1a9f6d1cb7b6edc2b90ad
treeb5b47bc21d260047af5b029635504cecdedf247d
parentd0ad4a87f03f5dafa9588f711788c15ba9eb85ff
DOC: queue: document the expected locking model for the server's queue

The locking model is not trivial and is worth documenting to avoid seeing
apparent bugs everywhere while they are not.
src/queue.c