![]() |
Contur 2
Educational OS kernel simulator
|
Runtime strategy interface for dispatching across dispatcher lanes. More...
#include <cstddef>#include <functional>#include <string_view>#include <vector>#include "contur/core/error.h"#include "contur/dispatch/threading_config.h"Go to the source code of this file.
Classes | |
| class | contur::IDispatchRuntime |
| Strategy interface that executes dispatch/tick across dispatcher lanes. More... | |
Namespaces | |
| namespace | contur |
Typedefs | |
| using | contur::DispatcherLanes = std::vector<std::reference_wrapper<IDispatcher>> |
| Alias for the dispatcher lanes controlled by a runtime. | |
Runtime strategy interface for dispatching across dispatcher lanes.
Definition in file i_dispatch_runtime.h.