Constructs the callback from a function.

Synopsis

Declared in <folly/io/async/EventBase.h>

explicit
StackFunctionLoopCallback(Func&& function);

Parameters

Name

Description

function

The function to run when the callback fires.

Created with MrDocs