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

Synopsis

Declared in <folly/detail/AsyncTrace.h>

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

Parameters

Name

Description

from

The executor the work is moving away from.

to

The executor the work is moving to.

Created with MrDocs