folly::ThreadPoolExecutor::threadsCanTimeout_

Whether idle threads are allowed to time out and stop.

Synopsis

Declared in <folly/executors/ThreadPoolExecutor.h>

std::atomic<bool> threadsCanTimeout_ = {true};