Skip to main content

Crate dag_exec

Crate dag_exec 

Source

Structs§

Dag
A compiled DAG: nodes indexed densely and accessible by key.
DagBuilder
Builder for constructing a DAG keyed by K.
Executor
Executes a compiled Dag either sequentially or with a bounded std-thread worker pool.
ExecutorConfig
Executor configuration for the parallel scheduler.
NodeId
Dense node identifier used internally in the compiled DAG.

Enums§

BuildError
ExecError