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 55f3d10 commit ea7e91cCopy full SHA for ea7e91c
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