lib.rs
Dec 6, 2024The hardware accelerated Rust RTOS. A concurrency framework for building real-time systems. Features. Tasks as the unit of concurrency [^1]. Tasks can be event triggered (fired in response to asynchronous stimuli) or spawned by the application on demand. Message passing between tasks. Specifically, messages can be passed to software tasks at ...