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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected