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 a1b305c commit 93a1f5eCopy full SHA for 93a1f5e
src/libcore/task.rs
@@ -65,7 +65,7 @@ A task that completes without failing and whose supervised children complete
65
without failing is considered to exit successfully.
66
67
FIXME: This description does not indicate the current behavior for linked
68
-failure.
+failure. (See #1868)
69
"]
70
enum task_result {
71
success,
@@ -486,7 +486,7 @@ fn spawn_raw(opts: task_opts, +f: fn~()) unsafe {
486
// FIXME: The runtime supervision API is weird here because it
487
// was designed to let the child unsupervise itself, when what
488
// we actually want is for parents to unsupervise new
489
- // children.
+ // children. (#1868, #1789)
490
fn~() {
491
rustrt::unsupervise();
492
f();
0 commit comments