Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
template<typename T>
18
BlockingQueue<T>::BlockingQueue()
19
: sync_(new sync()) {
20
}
21
22
template<typename T>
23
void BlockingQueue<T>::push(const T& t) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected