-
Notifications
You must be signed in to change notification settings - Fork 43
Issues: Amanieu/thread_local-rs
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Remove T: Send as a trait bound on the struct and just rely on method bounds
#77
opened Jun 12, 2024 by
akanalytics
A little soundness hole around drop order of
thread_local!(static …)
#75
opened Apr 18, 2024 by
steffahn
Would it be possible for
ThreadLocal
to return pinned references to the local data?
#66
opened Dec 16, 2023 by
eggyal
Potential solution for
get_mut
without requiring runtime checking (e.g. RefCell
)
#60
opened Aug 11, 2023 by
AshleySchaeffer
ProTip!
Exclude everything labeled
bug
with -label:bug.