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§
- Executor
Result - The result of running the job on the executor
Traits§
- Executor
- A trait representing a running executor
- Executor
Builder - Trait used to implement the function creating the communication channels and starting the worker threads.