folly::CPUThreadPoolExecutor::makeLifoSemQueue

Returns an unbounded blocking queue using LifoSem.

Synopsis

Declared in <folly/executors/CPUThreadPoolExecutor.h>

static
std::unique_ptr<BlockingQueue<CPUTask>>
makeLifoSemQueue();

Return Value

An unbounded blocking queue.