Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
executor/Service.hxx
Go to the documentation of this file.
1
35#ifndef _EXECUTOR_SERVICE_HXX_
36#define _EXECUTOR_SERVICE_HXX_
37
38#include "executor/Executor.hxx"
39
43{
44public:
49
52 {
53 }
54
57 {
58 return executor_;
59 }
60
61private:
64};
65
66#endif /* _EXECUTOR_SERVICE_HXX_ */
This class implements an execution of tasks pulled off an input queue.
Definition Executor.hxx:64
Collection of related state machines that pend on incoming messages.
ExecutorBase * executor()
ExecutorBase * executor_
Executor to use.
~Service()
Destructor.