Result of adding an item to a BlockingQueue.
Declared in <folly/executors/task_queue/BlockingQueue.h>
struct BlockingQueueAddResult;
| Name | Description |
|---|---|
BlockingQueueAddResult [constructor] | Construct a result. |
| Name | Description |
|---|---|
reusedThread | True if an existing thread was reused to work on the added item. |