folly::UnboundedBlockingQueue::take

Remove and return an item, blocking until one is available.

Synopsis

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

T
take() override;

Return Value

The dequeued item.