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 c2159d1 + 1605407 commit 8ab5c59Copy full SHA for 8ab5c59
src/executor.rs
@@ -9,7 +9,7 @@ use std::sync::Arc;
9
/// Encapsulation of a value which has the ability to execute arbitrary code.
10
///
11
/// This trait is object safe and intended to be used through pointers like
12
-/// `Box` and `Arc.
+/// `Box` and `Arc`.
13
pub trait Executor: Send + Sync + 'static {
14
/// Executes the given closure `f`, perhaps on a different thread or
15
/// deferred to a later time.
0 commit comments