MCPcopy Create free account
hub / github.com/carllerche/syncbox / LinkedQueue

Class LinkedQueue

src/linked_queue.rs:12–14  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected