#include <exception>
#include <memory>
#include "tbb/task_arena.h"
Go to the source code of this file.
Classes | |
class | edm::WaitingTaskWithArenaHolder |
Namespaces | |
edm | |
HLT enums. | |
Functions | |
template<typename F > | |
auto | edm::make_lambda_with_holder (WaitingTaskWithArenaHolder h, F &&f) |
template<typename ALLOC , typename F > | |
auto | edm::make_waiting_task_with_holder (ALLOC &&iAlloc, WaitingTaskWithArenaHolder h, F &&f) |