titanrt 0.7.0

Typed reactive runtime for real-time systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod action;
pub mod event;
mod filter;
pub mod hooks;
mod slot;
mod spawner;
mod spec;
mod wrapper;

pub use action::CompositeAction;
pub use filter::StreamFilter;
pub use slot::{StreamSlot, StreamStatus};
pub use spec::{StreamKind, StreamSpec};
pub use wrapper::StreamWrapper;