Open
Description
It seems like there are several cases where APIs would be sound if Rust didn't have thread-local state. scoped-tls expands on that by allowing non-'static
types to be stored in TLS.
Metadata
Metadata
Assignees
Labels
No labels
It seems like there are several cases where APIs would be sound if Rust didn't have thread-local state. scoped-tls expands on that by allowing non-'static
types to be stored in TLS.