Chayim Refael Friedman d0a2ca4867 Implement ACP 429: add Lazy{Cell,Lock}::get[_mut] and force_mut
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.
2024-09-17 09:40:34 -07:00
..
2024-07-06 14:24:20 +02:00
2024-07-29 08:26:52 +10:00
2024-02-07 16:46:28 +01:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2023-06-29 01:55:03 +02:00
2024-01-11 15:04:48 +03:00
2023-12-10 10:56:22 +08:00
2024-07-29 20:33:11 +03:00
2024-07-29 08:26:52 +10:00
2024-01-11 15:04:48 +03:00
2024-05-01 22:19:11 -04:00
2024-02-07 10:42:01 +08:00
2023-07-12 21:38:55 -04:00
2024-07-29 08:26:52 +10:00
2024-06-19 21:44:47 +01:00
2024-07-29 08:26:52 +10:00
2024-07-31 17:10:55 +08:00
2024-07-29 08:26:52 +10:00
2023-11-26 08:50:39 -05:00
2024-07-30 17:07:56 +01:00
2024-04-24 15:27:47 -07:00
2024-01-24 14:24:57 +01:00
2024-07-29 08:26:52 +10:00