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 466f3e8 + a826b9d commit e632946Copy full SHA for e632946
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