std: move thread::current TLS variable out of thread_info

This commit is contained in:
joboet
2024-03-31 11:28:24 +02:00
parent 5b9d7ab558
commit 7668418101
16 changed files with 29 additions and 176 deletions

View File

@@ -26,7 +26,6 @@ pub mod io;
pub mod lazy_box;
pub mod process;
pub mod thread;
pub mod thread_info;
pub mod thread_local_dtor;
pub mod thread_parking;
pub mod wstr;