Skip to content

Commit

Permalink
Fix some docs about rt
Browse files Browse the repository at this point in the history
  • Loading branch information
derekchiang committed Jan 25, 2014
1 parent de57a22 commit e8baed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/guide-runtime.md
Expand Up @@ -202,7 +202,7 @@ Some benefits of using libgreen are:

M:N threading is built upon the concept of a pool of M OS threads (which
libgreen refers to as schedulers), able to run N Rust tasks. This abstraction is
encompassed in libgreen's [`SchedPool`][schedpool] type. This type allows for
encompassed in libgreen's [`SchedPool`](green/struct.SchedPool.html) type. This type allows for
fine-grained control over the pool of schedulers which will be used to run Rust
tasks.

Expand Down
4 changes: 1 addition & 3 deletions src/libstd/rt/mod.rs
Expand Up @@ -41,16 +41,14 @@ out of `rt` as development proceeds.
Several modules in `core` are clients of `rt`:
* `std::task` - The user-facing interface to the Rust task model.
* `std::task::local_data` - The interface to local data.
* `std::local_data` - The interface to local data.
* `std::gc` - The garbage collector.
* `std::unstable::lang` - Miscellaneous lang items, some of which rely on `std::rt`.
* `std::condition` - Uses local data.
* `std::cleanup` - Local heap destruction.
* `std::io` - In the future `std::io` will use an `rt` implementation.
* `std::logging`
* `std::pipes`
* `std::comm`
* `std::stackwalk`
*/

Expand Down

9 comments on commit e8baed0

@bors
Copy link
Contributor

@bors bors commented on e8baed0 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at derekchiang@e8baed0

@bors
Copy link
Contributor

@bors bors commented on e8baed0 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging derekchiang/rust/fix-rt-docs = e8baed0 into auto

@bors
Copy link
Contributor

@bors bors commented on e8baed0 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

derekchiang/rust/fix-rt-docs = e8baed0 merged ok, testing candidate = 999b8b12

@bors
Copy link
Contributor

@bors bors commented on e8baed0 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on e8baed0 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at derekchiang@e8baed0

@bors
Copy link
Contributor

@bors bors commented on e8baed0 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging derekchiang/rust/fix-rt-docs = e8baed0 into auto

@bors
Copy link
Contributor

@bors bors commented on e8baed0 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

derekchiang/rust/fix-rt-docs = e8baed0 merged ok, testing candidate = 6516b30

@bors
Copy link
Contributor

@bors bors commented on e8baed0 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on e8baed0 Jan 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 6516b30

Please sign in to comment.