Add BlockingQueue for inter-thread communication
authorCyprien Noel <cyprien.noel@gmail.com>
Tue, 28 Apr 2015 21:28:04 +0000 (14:28 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Sun, 9 Aug 2015 22:13:10 +0000 (15:13 -0700)
commitd94ca3f4b15d1e02bdf520733b04999f1134d078
treef6f14b86e2c00e0e4fc877a5689bc1b8664290f2
parent7bd2959b80fbf945d28b1c1041410ba1d8b59e3d
Add BlockingQueue for inter-thread communication
include/caffe/util/blocking_queue.hpp [new file with mode: 0644]
src/caffe/util/blocking_queue.cpp [new file with mode: 0644]