Returns an unbounded blocking queue using LifoSem.
Declared in <folly/executors/CPUThreadPoolExecutor.h>
<folly/executors/CPUThreadPoolExecutor.h>
static std::unique_ptr<BlockingQueue<CPUTask>> makeLifoSemQueue();
An unbounded blocking queue.