sigwake 0.0.1

A thread-safe signal-based state management library that integrates with Rust's async programming model
Documentation
1
2
3
4
5
6
7
8
pub mod state;
mod state_container;
pub mod time;
pub mod utils;

pub use state_container::*;

mod tests_readme;