A queue in which values are contained by a linked list. The current implementation is based on a mutex and two condition variables. It is also mostly a placeholder until a lock-free version is implemented, so it has not been tuned for performance.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected