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 e748163 commit 70f8310Copy full SHA for 70f8310
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