#include <WaitingTask.h>
Public Member Functions | |
void | execute () final |
FunctorWaitingTask (F f) | |
Public Member Functions inherited from edm::WaitingTask | |
std::exception_ptr const * | exceptionPtr () const |
Returns exception thrown by dependent task. More... | |
WaitingTask () | |
Constructor. More... | |
~WaitingTask () override | |
Public Member Functions inherited from edm::TaskBase | |
unsigned int | decrement_ref_count () |
void | increment_ref_count () |
TaskBase () | |
Constructor. More... | |
virtual | ~TaskBase ()=default |
Private Attributes | |
F | func_ |
Definition at line 90 of file WaitingTask.h.
|
inlineexplicit |
Definition at line 92 of file WaitingTask.h.
|
inlinefinalvirtual |
Implements edm::TaskBase.
Definition at line 94 of file WaitingTask.h.
|
private |
Definition at line 94 of file WaitingTask.h.