Module executor

Module executor 

Source
Expand description

An executor handles the scheduling and execution of nodes.

In all likelihood most users should use one of the executors provided in ncomm-executors. This trait should, however, create a common interface for interfacing with any and all of the executors that are part of NComm and allows users to write their own executors if desired.

Enums§

ExecutorState
The current state an executor is in.

Traits§

Executor
An executor handles the scheduling and execution of nodes