Files @ aefbf606d736
Branch filter:

Location: CSY/reowolf/src/runtime2/mod.rs - annotation

aefbf606d736 246 B application/rls-services+xml Show Source Show as Raw Download as Raw
mh
Factor out execution state and control message handling
mod store;
mod runtime;
mod component;
mod communication;
mod scheduler;
#[cfg(test)] mod tests;

pub use runtime::Runtime;
pub(crate) use scheduler::SchedulerCtx;
pub(crate) use communication::{Message, ControlMessage, SyncMessage, DataMessage};