folly::async_tracing::logFutureVia

Trace hook invoked when a Future is rescheduled onto an executor.

Synopsis

Declared in <folly/detail/AsyncTrace.h>

void
logFutureVia(
    Executor* from,
    Executor* to) noexcept;

Parameters

NameDescription
fromThe executor the work is moving away from.
toThe executor the work is moving to.