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

[DOC] Improve the thread::park and thread::unpark documentation #41809

Merged
merged 8 commits into from
May 10, 2017

Commits on May 7, 2017

  1. Add a link to park in the park_timeout doc.

    Felix Raimundo committed May 7, 2017
    Configuration menu
    Copy the full SHA
    061b56b View commit details
    Browse the repository at this point in the history
  2. Add link to the module doc in park_timeout.

    Felix Raimundo committed May 7, 2017
    Configuration menu
    Copy the full SHA
    c158962 View commit details
    Browse the repository at this point in the history
  3. Add park info to unpark.

    - Adds an explanantion of what `park` does in the `unpark` documentation.
    - Adds a link to the module doc.
    Felix Raimundo committed May 7, 2017
    Configuration menu
    Copy the full SHA
    d9628f9 View commit details
    Browse the repository at this point in the history
  4. Better example for thread::unpark.

    Felix Raimundo committed May 7, 2017
    Configuration menu
    Copy the full SHA
    5573c47 View commit details
    Browse the repository at this point in the history
  5. fix typo

    Felix Raimundo committed May 7, 2017
    Configuration menu
    Copy the full SHA
    c0d475a View commit details
    Browse the repository at this point in the history
  6. Inline thread::park documentation.

    Part of rust-lang#29378
    
    - Moves the module documentation into `park`.
    - Add the same example as the one from `unpark` to `park`.
    Felix Raimundo committed May 7, 2017
    Configuration menu
    Copy the full SHA
    fa0cdaa View commit details
    Browse the repository at this point in the history
  7. Fix typos in thread::park documentation.

    Felix Raimundo committed May 7, 2017
    Configuration menu
    Copy the full SHA
    03c9510 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Fix link

    Felix Raimundo committed May 9, 2017
    Configuration menu
    Copy the full SHA
    afe74c3 View commit details
    Browse the repository at this point in the history