Module ncomm_core::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§

Traits§

  • An executor handles the scheduling and execution of nodes