Deactivate the specified AsyncStackFrame, clearing the current 'topFrame'.

Synopsis

Declared in <folly/tracing/AsyncStack.h>

void
deactivateAsyncStackFrame(folly::AsyncStackFrame& frame) noexcept;

Description

Typically called when the current async operation completes or is suspended and execution is about to return from the callback to the executor's event loop.

Parameters

Name

Description

frame

The active frame to deactivate.

Created with MrDocs