Module captain_workflow_manager::executor[][src]

Expand description

Module containing the traits needed to be a job executor as well as provided job executors

Re-exports

pub use dry_run_executor::DryRunExecutorBuilder;
pub use slurm_executor::SlurmExecutorBuilder;
pub use thread_local::ThreadLocalExecutorBuilder;

Modules

Structs

The result of running the job on the executor

Traits

A trait representing a running executor

Trait used to implement the function creating the communication channels and starting the worker threads.