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 00dbbbf commit a2c1267Copy full SHA for a2c1267
benches/executor.rs
@@ -1,4 +1,3 @@
1
-use std::future::Future;
2
use std::thread::available_parallelism;
3
4
use async_executor::Executor;
examples/priority.rs
@@ -1,6 +1,5 @@
//! An executor with task priorities.
use std::thread;
5
6
use async_executor::{Executor, Task};
src/lib.rs
@@ -34,7 +34,6 @@
34
)]
35
36
use std::fmt;
37
38
use std::marker::PhantomData;
39
use std::panic::{RefUnwindSafe, UnwindSafe};
40
use std::rc::Rc;
0 commit comments