Skip to content

"TLS" in condition tutorial #8553

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

Closed
SimonSapin opened this issue Aug 16, 2013 · 2 comments · Fixed by #10419
Closed

"TLS" in condition tutorial #8553

SimonSapin opened this issue Aug 16, 2013 · 2 comments · Fixed by #10419

Comments

@SimonSapin
Copy link
Contributor

Hi,

http://static.rust-lang.org/doc/tutorial-conditions.html says:

When the error site raises a condition handler, the Condition::raise method value searches TLS for the innermost installed handler

What does "TLS" mean in this context?

By the way, I couldn’t find the source for this tutorial in the repository. Where is it?

@huonw
Copy link
Member

huonw commented Aug 16, 2013

TLS = task local storage (docs, although it's called local data there).

And I believe the tutorial only exists in @graydon's repo at the moment.

@brson
Copy link
Contributor

brson commented Nov 11, 2013

We should probably never use the TLS acronym because it is so overloaded. "task local data" is my preferred term.

@bors bors closed this as completed in 88e383e Nov 11, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Mar 24, 2022
Don't lint `transmute_undefined_repr` when changing the type of generic params

Partially fixes rust-lang#8499

changelog: Don't lint `transmute_undefined_repr` when changing the type of generic params
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants