We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c5c48 commit 1a50ffdCopy full SHA for 1a50ffd
src/task/spawn_blocking.rs
@@ -6,7 +6,7 @@ use crossbeam_channel::{unbounded, Receiver, Sender};
6
use once_cell::sync::Lazy;
7
8
use crate::task::{JoinHandle, Task};
9
-use crate::utils::{abort_on_panic, random};
+use crate::utils::abort_on_panic;
10
11
/// Spawns a blocking task.
12
///
0 commit comments