MCPcopy Create free account
hub / github.com/BVLC/caffe / BlockingQueue

Method BlockingQueue

src/caffe/util/blocking_queue.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17template<typename T>
18BlockingQueue<T>::BlockingQueue()
19 : sync_(new sync()) {
20}
21
22template<typename T>
23void BlockingQueue<T>::push(const T& t) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected