Called when a thread has started.
Synopsis
Declared in <folly/executors/ThreadPoolExecutor.h>
virtual
void
threadStarted(ThreadHandle* handle) noexcept;
Parameters
Name |
Description |
handle |
Handle of the thread that started. |
Created with MrDocs