class ExecutorProcessControl::RunAsTask
Declaration
class ExecutorProcessControl::RunAsTask { /* full declaration omitted */ };
Description
Constructs an IncomingWFRHandler from a function object by creating a new function object that dispatches the original using a TaskDispatcher, wrapping the original as a GenericNamedTask. This is the default approach for running WFR handlers.
Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h:80
Member Variables
- private llvm::orc::TaskDispatcher& D
Method Overview
- public RunAsTask(llvm::orc::TaskDispatcher & D)
Methods
ΒΆRunAsTask(llvm::orc::TaskDispatcher& D)
RunAsTask(llvm::orc::TaskDispatcher& D)
Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h:82