real-time 0.2.0

Safely share data with a real-time thread.
Documentation
real-time-0.2.0 has been yanked.

real-time

Build Crates.io Docs.rs

Safely share data with a real-time thread.

Overview

This is a port of some of the algorithms used by RealtimeObject from FAbian's Realtime Box o' Tricks, that was presented at Meeting C++ 2019.

It allows data to be shared safely between a single real-time thread and multiple other threads, without blocking the real-time thread.

Usage

Add this to your Cargo.toml:

[dependencies]
real-time = "0.2"

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.