Trace hook invoked when the global CPU executor is retrieved.
Synopsis
Declared in <folly/detail/AsyncTrace.h>
void
logGetGlobalCPUExecutor(Executor* executor) noexcept;
Parameters
Name |
Description |
executor |
The executor being returned. |
Created with MrDocs