We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1991d85 commit c9ea135Copy full SHA for c9ea135
bindings/rust/src/lib.rs
@@ -23,6 +23,7 @@ use std::sync::{atomic::*, mpsc::channel, Arc};
23
#[cfg(feature = "serde")]
24
use serde::{Deserialize, Deserializer, Serialize, Serializer};
25
26
+#[cfg(feature = "std")]
27
trait ThreadPoolExt {
28
fn joined_execute<'any, F>(&self, job: F)
29
where
0 commit comments