Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a new algorithm to make this crate no_std #30

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
fix MIRI failure
notgull committed Sep 9, 2022
commit 1587b7299d4a20916a703cb5ff9fcb074839079b
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -57,7 +57,9 @@
//!
//! // Wait for a notification and continue the loop.
//! listener.wait();
//! }
//! }
//! # // Sleep to prevent MIRI failure, https://github.com/rust-lang/miri/issues/1371
//! # std::thread::sleep(std::time::Duration::from_secs(3));
//! ```

#![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]