mongo::BlockingQueue< T > Class Template Reference
#include <queue.h>
List of all members.
Detailed Description
template<typename T>
class mongo::BlockingQueue< T >
simple blocking queue
Definition at line 31 of file queue.h.
Constructor & Destructor Documentation
Member Function Documentation
blocks waiting for an object until maxSecondsToWait passes if got one, return true and set in t otherwise return false and t won't be changed
Definition at line 74 of file queue.h.
Member Data Documentation
The documentation for this class was generated from the following file: