folly::async_tracing::logGetImmutableCPUExecutor

Trace hook invoked when the immutable CPU executor is retrieved.

Synopsis

Declared in <folly/detail/AsyncTrace.h>

void
logGetImmutableCPUExecutor(Executor* executor) noexcept;

Parameters

NameDescription
executorThe executor being returned.