We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb0bf2b + a61616e commit 43cc9b9Copy full SHA for 43cc9b9
src/delay.rs
@@ -1,11 +1,4 @@
1
//! Delays
2
-//!
3
-//! # What's the difference between these traits and the `timer::CountDown` trait?
4
5
-//! The `Timer` trait provides a *non-blocking* timer abstraction and it's meant to be used to build
6
-//! higher level abstractions like I/O operations with timeouts. OTOH, these delays traits only
7
-//! provide *blocking* functionality. Note that you can also use the `timer::CountDown` trait to
8
-//! implement blocking delays.
9
10
/// Blocking delay traits
11
pub mod blocking {
0 commit comments