proxygen
BlockingQueue.h File Reference
#include <chrono>
#include <exception>
#include <stdexcept>
#include <glog/logging.h>
#include <folly/CPortability.h>
#include <folly/Optional.h>

Go to the source code of this file.

Classes

class  folly::QueueFullException
 
struct  folly::BlockingQueueAddResult
 
class  folly::BlockingQueue< T >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Enumerations

enum  folly::QueueBehaviorIfFull { folly::QueueBehaviorIfFull::THROW, folly::QueueBehaviorIfFull::BLOCK }