Abstract base for classes that dispatch ORC Tasks.
More...
#include "llvm/ExecutionEngine/Orc/TaskDispatch.h"
Abstract base for classes that dispatch ORC Tasks.
Definition at line 107 of file TaskDispatch.h.
◆ ~TaskDispatcher()
llvm::orc::TaskDispatcher::~TaskDispatcher |
( |
| ) |
|
|
virtualdefault |
◆ dispatch()
virtual void llvm::orc::TaskDispatcher::dispatch |
( |
std::unique_ptr< Task > | T | ) |
|
|
pure virtual |
◆ shutdown()
virtual void llvm::orc::TaskDispatcher::shutdown |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: