folly::BlockingQueueAddResult

Result of adding an item to a BlockingQueue.

Synopsis

Declared in <folly/executors/task_queue/BlockingQueue.h>

struct BlockingQueueAddResult;

Member Functions

NameDescription
BlockingQueueAddResult [constructor]Construct a result.

Data Members

NameDescription
reusedThread True if an existing thread was reused to work on the added item.