Closed
Description
This is a tracking issue for the unstable reentrant_mutex
feature in the standard library. Currently this flavor of mutex is not exposed at all in the standard library (it's private in the sys
module), but it's an often-useful form of a mutex.
We should decide whether or not the standard library will expose this flavor of mutex and then ensure that the API is audited for conventions, naming, and performance.
cc @nagisa