Remove and return an item, blocking until one is available.
Declared in <folly/executors/task_queue/UnboundedBlockingQueue.h>
<folly/executors/task_queue/UnboundedBlockingQueue.h>
T take() override;
The dequeued item.