Files @ be8ea413a49a
Branch filter:

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

be8ea413a49a 246 B application/rls-services+xml Show Annotation Show as Raw Download as Raw
mh
Initial (failing) implementation of builtin component
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};