Expand description
Standard runtime services backed by Rust’s std library.
This crate provides concrete implementations of the platform
abstraction traits defined in cranpose-core. Applications can
construct a StdRuntime and pass it to cranpose_core::Composition
to power the runtime with std primitives.
Structs§
- StdClock
- Clock implementation backed by
std::time. - StdRuntime
- Convenience container bundling the standard scheduler and clock.
- StdScheduler
- Scheduler that delegates work to Rust’s threading primitives.