proxygen
UBQ< T > Struct Template Reference
Inheritance diagram for UBQ< T >:
folly::UnboundedBlockingQueue< T > folly::BlockingQueue< T >

Public Member Functions

 UBQ (int)
 
- Public Member Functions inherited from folly::UnboundedBlockingQueue< T >
virtual ~UnboundedBlockingQueue ()
 
BlockingQueueAddResult add (T item) override
 
T take () override
 
folly::Optional< Ttry_take_for (std::chrono::milliseconds time) override
 
size_t size () override
 
- Public Member Functions inherited from folly::BlockingQueue< T >
virtual ~BlockingQueue ()=default
 
virtual BlockingQueueAddResult addWithPriority (T item, int8_t)
 
virtual uint8_t getNumPriorities ()
 

Detailed Description

template<typename T>
struct UBQ< T >

Definition at line 634 of file ThreadPoolExecutorTest.cpp.

Constructor & Destructor Documentation

template<typename T >
UBQ< T >::UBQ ( int  )
inlineexplicit

Definition at line 635 of file ThreadPoolExecutorTest.cpp.

635 {}

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