rust/library
bors ed33e408c5 Auto merge of #115753 - tgross35:threadinfo-refactor, r=thomcc
Refactor `thread_info` to remove the `RefCell`

`thread_info` currently uses `RefCell`-based initialization. Refactor this to use `OnceCell` instead which is more performant and better suits the needs of one-time initialization.

This is nobody's bottleneck but OnceCell checks are a single `cmp` vs. `RefCell<Option>` needing runtime logic
2023-09-20 09:55:53 +00:00
..
2023-08-22 15:01:14 -07:00
2023-08-23 20:05:14 -04:00
2023-07-31 16:13:02 +08:00
2023-08-23 20:05:14 -04:00
2023-08-23 20:05:14 -04:00
2023-09-05 19:56:20 +02:00
2023-08-23 20:05:14 -04:00
2023-08-23 20:05:14 -04:00