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.
1 parent e060326 commit 127feb4Copy full SHA for 127feb4
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