Public Member Functions

graphlab::synchronized_circular_queue< T > Class Template Reference
[Internal Utility Classes]

#include <synchronized_circular_queue.hpp>

List of all members.

Public Member Functions

 synchronized_circular_queue (size_t sizehint=128)
void push (const T &item)
bool safepop (T *ret)
pop ()
size_t size () const

Detailed Description

template<typename T>
class graphlab::synchronized_circular_queue< T >

Implementation of a self-resizing circular queue

Definition at line 37 of file synchronized_circular_queue.hpp.


The documentation for this class was generated from the following file: