Closed
Description
This is a tracking issue for the unstable scoped_tls
feature in the standard library. The known open questions about this API are:
- Is it useful enough to be stabilized? It doesn't look like there's been much usage yet.
- Currently the API only accepts sized type parameters, but it in theory could accept more (although the OS doesn't technically support this). A decision should be made either way.
- Are we rock-solid that the implementation is sound?