We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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;
The
Taskstruct should have:Both
TaskandJoinHandleshould also have: