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.
2 parents e060326 + 127feb4 commit ff9437dCopy full SHA for ff9437d
src/task/task.rs
@@ -46,6 +46,9 @@ impl fmt::Debug for Task {
46
47
/// A handle that awaits the result of a task.
48
///
49
+/// Dropping a [`JoinHandle`] will detach the task, meaning that there is no longer
50
+/// a handle to the task and no way to `join` on it.
51
+///
52
/// Created when a task is [spawned].
53
54
/// [spawned]: fn.spawn.html
0 commit comments