In the implementation of `force_mut`, I chose performance over safety. For `LazyLock` this isn't really a choice; the code has to be unsafe. But for `LazyCell`, we can have a full-safe implementation, but it will be a bit less performant, so I went with the unsafe approach. |
||
|---|---|---|
| .. | ||
| condvar | ||
| mutex | ||
| once | ||
| rwlock | ||
| thread_parking | ||
| mod.rs | ||