class ExecutorProcessControl::RunInPlace
Declaration
class ExecutorProcessControl::RunInPlace { /* full declaration omitted */ };
Description
Constructs an IncomingWFRHandler from a function object that is callable as void(shared::WrapperFunctionResult). The function object will be called directly. This should be used with care as it may block listener threads in remote EPCs. It is only suitable for simple tasks (e.g. setting a future), or for performing some quick analysis before dispatching "real" work as a Task.
Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h:67