![]() |
The Gaudi Framework
v27r0
|
#include "GaudiKernel/IScheduler.h"#include "GaudiKernel/IRunable.h"#include "GaudiKernel/Service.h"#include "GaudiKernel/IAlgResourcePool.h"#include "GaudiKernel/IHiveWhiteBoard.h"#include "AlgsExecutionStates.h"#include "EventSlot.h"#include "ExecutionFlowManager.h"#include "DataFlowManager.h"#include <vector>#include <string>#include <unordered_map>#include <functional>#include <thread>#include "tbb/concurrent_queue.h"

Go to the source code of this file.
Classes | |
| class | ForwardSchedulerSvc |
| The SchedulerSvc implements the IScheduler interface. More... | |
Typedefs | |
| typedef AlgsExecutionStates::State | State |
| typedef AlgsExecutionStates::State State |
Definition at line 27 of file ForwardSchedulerSvc.h.