folly::async_tracing::logSetGlobalIOExecutor

Trace hook invoked when the global IO executor is set.

Synopsis

Declared in <folly/detail/AsyncTrace.h>

void
logSetGlobalIOExecutor(IOExecutor* executor) noexcept;

Parameters

NameDescription
executorThe executor being installed.