Skip to content

Commit 43cc9b9

Browse files
Merge #389
389: Remove old documentation about the `timer::CountDown` trait r=eldruin a=GrantM11235 Co-authored-by: Grant Miller <[email protected]>
2 parents eb0bf2b + a61616e commit 43cc9b9

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)