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 48a0250 + 9b59cf9 commit f5eab47Copy full SHA for f5eab47
src/lib.rs
@@ -7,7 +7,6 @@
7
//! # async fn main() {
8
//! use std::time::Duration;
9
//! use futures_timer::Delay;
10
-//! use futures::executor::block_on;
11
//!
12
//! let now = Delay::new(Duration::from_secs(3)).await;
13
//! println!("waited for 3 secs");
0 commit comments