File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2013 The Rust Project Developers. See the COPYRIGHT
1+ // Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
22// file at the top-level directory of this distribution and at
33// http://rust-lang.org/COPYRIGHT.
44//
@@ -39,12 +39,11 @@ use sync::atomics::{AtomicUint, SeqCst};
3939use task:: { TaskResult , TaskOpts } ;
4040use unstable:: finally:: Finally ;
4141
42- // The Task struct represents all state associated with a rust
43- // task. There are at this point two primary "subtypes" of task,
44- // however instead of using a subtype we just have a "task_type" field
45- // in the struct. This contains a pointer to another struct that holds
46- // the type-specific state.
47-
42+ /// The Task struct represents all state associated with a rust
43+ /// task. There are at this point two primary "subtypes" of task,
44+ /// however instead of using a subtype we just have a "task_type" field
45+ /// in the struct. This contains a pointer to another struct that holds
46+ /// the type-specific state.
4847pub struct Task {
4948 heap : LocalHeap ,
5049 gc : GarbageCollector ,
You can’t perform that action at this time.
0 commit comments