aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.rs')
-rw-r--r--src/thread.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thread.rs b/src/thread.rs
index 98832a6..97b005a 100644
--- a/src/thread.rs
+++ b/src/thread.rs
@@ -114,3 +114,5 @@ impl<'q, 'd> ops::Drop for Thread<'q, 'd> {
};
}
}
+
+unsafe impl<'q, 'd> Send for Thread<'q, 'd>{}