Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite/reorganize docs for stack size/thread names for spawned threads. #43848

Merged
merged 3 commits into from
Aug 15, 2017

Commits on Aug 13, 2017

  1. 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 rust-lang#43805.
    frewsxcv committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    150713c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10bd80d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    6594601 View commit details
    Browse the repository at this point in the history