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.
The Task struct should have:
Task
fn into_raw(self) -> *const T; unsafe fn from_raw(raw: *const T) -> Self;
Both Task and JoinHandle should also have:
JoinHandle
fn waker(&self) -> Waker;