folly::MuxIOThreadPoolExecutor::Options::setWakeUpInterval

Sets the interval at which idle threads wake up to check for work.

Synopsis

Declared in <folly/io/async/MuxIOThreadPoolExecutor.h>

Options&
setWakeUpInterval(std::chrono::nanoseconds w);

Return Value

A reference to these options.

Parameters

NameDescription
wThe wake-up interval.