Skip to content

Commit a61616e

Browse files
committed
Remove old documentation about the timer::CountDown trait
1 parent eb0bf2b commit a61616e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/delay.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
//! 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.
92
103
/// Blocking delay traits
114
pub mod blocking {

0 commit comments

Comments
 (0)