From 52050a5e1dcd613915135e217439bc6293bea257 Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Fri, 13 Apr 2018 17:19:17 +0200 Subject: I think these are actually Send'able, but certainly no Sync --- src/thread.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/thread.rs') 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>{} -- cgit v1.2.1