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 cd38377 commit d39a336Copy full SHA for d39a336
src/libcore/task.rs
@@ -589,8 +589,8 @@ class taskgroup {
589
let tasks: taskgroup_arc; // 'none' means the group already failed.
590
let me: *rust_task;
591
let my_pos: uint;
592
- // let parent_group: taskgroup_arc; // TODO(bblum)
593
- // TODO XXX bblum: add a list of empty slots to get runtime back
+ // let parent_group: taskgroup_arc; // FIXME (#1868) (bblum)
+ // FIXME (#1868) XXX bblum: add a list of empty slots to get runtime back
594
// Indicates whether this is the main (root) taskgroup. If so, failure
595
// here should take down the entire runtime.
596
let is_main: bool;
0 commit comments