Performs post-construction setup for newly created threads.
Declared in <folly/executors/ThreadPoolExecutor.h>
void
afterConstructThreads(std::span<ThreadPtr const> newThreads) noexcept;
Prerequisite: threadListLock_ writelocked.
| Name | Description |
|---|---|
| newThreads | The threads that were just constructed. |