folly::ThreadPoolExecutor::Observer::threadPreviouslyStarted

Called for a thread that started before this observer was added.

Synopsis

Declared in <folly/executors/ThreadPoolExecutor.h>

virtual
void
threadPreviouslyStarted(ThreadHandle* h) noexcept;

Parameters

NameDescription
hHandle of the previously started thread.