]> git.lizzy.rs Git - rust.git/commit
Rewrite docs for stack size/thread names for spawned threads.
authorCorey Farwell <coreyf@rwell.org>
Sun, 13 Aug 2017 16:16:42 +0000 (12:16 -0400)
committerCorey Farwell <coreyf@rwell.org>
Sun, 13 Aug 2017 17:20:00 +0000 (13:20 -0400)
commit150713ce9fa2e64ef8385b9f143aa46edd5d8bf4
treec46fa652f697afac5a2f526e654a452410a2f13e
parent045ca8b43b86f6a1671a59cc43cf535eebcb074e
Rewrite docs for stack size/thread names for spawned threads.

* Moves docs about stack size and thread naming from `Builder` to the
  `std::thread` module
* Adds more links to the new module-level documentation
* Mentions the 2 MiB stack size default, but indicate it's subject to
  change

Fixes https://github.com/rust-lang/rust/issues/43805.
src/libstd/thread/mod.rs