aboutsummaryrefslogtreecommitdiffstats
path: root/src/threads.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads.rs')
-rw-r--r--src/threads.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/threads.rs b/src/threads.rs
index ebfa52c..2d6d7c4 100644
--- a/src/threads.rs
+++ b/src/threads.rs
@@ -54,3 +54,5 @@ impl<'q, 'd> iter::Iterator for Threads<'q, 'd> {
Some(Self::Item::new(cthread))
}
}
+
+unsafe impl<'q, 'd> Send for Threads<'q, 'd>{}