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.
1 parent 48a0250 commit 9b59cf9Copy full SHA for 9b59cf9
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