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.
Send
Task
1 parent b8c6008 commit 8db363cCopy full SHA for 8db363c
library/std/src/sys/pal/sgx/thread.rs
@@ -32,8 +32,6 @@ mod task_queue {
32
done: JoinNotifier,
33
}
34
35
- unsafe impl Send for Task {}
36
-
37
impl Task {
38
pub(super) fn new(p: Box<dyn FnOnce() + Send>) -> (Task, JoinHandle) {
39
let (done, recv) = wait_notify::new();
0 commit comments