Sets the interval at which idle threads wake up to check for work.
Declared in <folly/io/async/MuxIOThreadPoolExecutor.h>
Options&
setWakeUpInterval(std::chrono::nanoseconds w);
A reference to these options.
| Name | Description |
|---|---|
| w | The wake-up interval. |