folly::ThreadPoolExecutor::Observer::threadNotYetStopped

Called for a thread that has not yet stopped when this observer is removed.

Synopsis

Declared in <folly/executors/ThreadPoolExecutor.h>

virtual
void
threadNotYetStopped(ThreadHandle* h) noexcept;

Parameters

NameDescription
hHandle of the thread that has not yet stopped.