File tree 1 file changed +6
-7
lines changed
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
2
2
// file at the top-level directory of this distribution and at
3
3
// http://rust-lang.org/COPYRIGHT.
4
4
//
@@ -39,12 +39,11 @@ use sync::atomics::{AtomicUint, SeqCst};
39
39
use task:: { TaskResult , TaskOpts } ;
40
40
use unstable:: finally:: Finally ;
41
41
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.
48
47
pub struct Task {
49
48
heap : LocalHeap ,
50
49
gc : GarbageCollector ,
You can’t perform that action at this time.
0 commit comments