Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
Service.cxx
Go to the documentation of this file.
1
35#include "executor/Service.hxx"
37#include "utils/Buffer.hxx"
38
40 : executor_(e)
41{
43}
Pool * init_main_buffer_pool()
Initializes the main buffer pool.
Definition Buffer.cxx:40
This class implements an execution of tasks pulled off an input queue.
Definition Executor.hxx:64
Service(ExecutorBase *e)
Constructor.
Definition Service.cxx:39