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 466f3e8 commit a826b9dCopy full SHA for a826b9d
ch07/a-coroutine/src/main.rs
@@ -1,7 +1,6 @@
1
use std::{
2
thread,
3
- time::Duration,
4
- Instant
+ time::Duration
5
};
6
7
mod future;
0 commit comments