MCPcopy Index your code
hub / github.com/carllerche/syncbox / SyncQueue

Interface SyncQueue

src/queue.rs:28–34  ·  view source on GitHub ↗

An interface for synchronous queues of elements of type `T`. This extends `Queue` with blocking analogs of `poll` and `offer`. Both `take` and `put` will block the calling thread until the operation succeeds.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 2

delay_queue.rssrc/delay_queue.rs
linked_queue.rssrc/linked_queue.rs

Calls

no outgoing calls

Tested by

no test coverage detected