Crate crb_runtime

Source
Expand description

Crate crb-runtime is one of the fundamental crates of the entire CRB system. It contains various runtime interfaces and serves as the foundation for building compositional tasks.

Re-exports§

pub use context::ManagedContext;
pub use context::ReachableContext;
pub use controller::Controller;
pub use controller::RegistrationTaken;
pub use controller::Stopper;
pub use error::Failures;
pub use interruptor::InterruptionLevel;
pub use interruptor::Interruptor;
pub use runtime::InteractiveRuntime;
pub use runtime::Runtime;
pub use task::InteractiveTask;
pub use task::JobHandle;
pub use task::Task;
pub use task::TaskHandle;

Modules§

context
A context for composable blocks.
controller
error
interruptor
runtime
A runtime for composable blocks.
task