Schedule an async‐annotated functor to run on a remote thread's fiber manager.

Synopsis

Declared in <folly/fibers/async/FiberManager.h>

template<typename F>
void
addFiberRemote(
    F&& func,
    FiberManager& fm);

Parameters

Name

Description

func

Async‐annotated functor to schedule

fm

Remote thread's fiber manager to run the functor on

Created with MrDocs