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

Documentation for runtime suspension #3152

Merged
merged 6 commits into from Feb 8, 2018

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    f8e25b4 View commit details
    Browse the repository at this point in the history
  2. Document thread_pool_base and move it out of detail namespace

    - Move thread_pool_base out of detail namespace because it is part of the public
      API
    - Document suspension functions in thread_pool_base, hide others in
      documentation
    msimberg committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    eaab3b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d78607 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    bc9570a View commit details
    Browse the repository at this point in the history
  2. Expand suspension documentation in thread_pool_base

    Add notes on where functions can be called and what they can throw.
    msimberg committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    95e90f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c821c11 View commit details
    Browse the repository at this point in the history