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

RFC: Add a thread local storage module, std::tls #461

Merged
merged 3 commits into from
Nov 21, 2014

Commits on Nov 11, 2014

  1. RFC: Add a thread local storage module, std::tls

    Introduce a new thread local storage module to the standard library, `std::tls`,
    providing:
    
    * Scoped TLS, a non-owning variant of TLS for any value.
    * Owning TLS, an owning, dynamically initialized, dynamically destructed
      variant, similar to `std::local_data` today.
    alexcrichton committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    f3348d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Configuration menu
    Copy the full SHA
    f6ad78d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fc3b6d View commit details
    Browse the repository at this point in the history