Files
rust/library/std/src/sync
bors e7cdd4c090 Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum
Make `ReentrantMutex` movable and `const`

As `MovableMutex` is now `const`, it can be used to simplify the implementation and interface of the internal reentrant mutex type. Consequently, the standard error stream does not need to be wrapped in `OnceLock` and `OnceLock::get_or_init_pin()` can be removed.
2022-09-04 22:53:58 +00:00
..
2022-05-05 21:47:13 +02:00
2022-08-18 18:07:39 -04:00
2022-08-18 18:07:39 -04:00
2022-04-14 01:33:13 -04:00