MarlinMT
0.1.0
|
WorkerOutput struct Stores the output of a processor sequence call. More...
#include <PEPScheduler.h>
Public Attributes | |
std::shared_ptr< EventStore > | _event {nullptr} |
< The input event More... | |
std::exception_ptr | _exception {nullptr} |
WorkerOutput struct Stores the output of a processor sequence call.
Definition at line 24 of file PEPScheduler.h.
std::shared_ptr<EventStore> marlinmt::concurrency::WorkerOutput::_event {nullptr} |
< The input event
An exception potential throw in the worker thread
Definition at line 26 of file PEPScheduler.h.
std::exception_ptr marlinmt::concurrency::WorkerOutput::_exception {nullptr} |
Definition at line 28 of file PEPScheduler.h.