1
Fork 0

rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_key

This commit is contained in:
Ralf Jung 2020-07-12 11:37:11 +02:00
parent daecab3a78
commit 8082fb988a
10 changed files with 65 additions and 45 deletions

View file

@ -47,7 +47,6 @@ pub mod cmath;
pub mod condvar;
pub mod env;
pub mod ext;
pub mod fast_thread_local;
pub mod fd;
pub mod fs;
pub mod io;
@ -68,7 +67,8 @@ pub mod rwlock;
pub mod stack_overflow;
pub mod stdio;
pub mod thread;
pub mod thread_local;
pub mod thread_local_key;
pub mod thread_local_dtor;
pub mod time;
pub use crate::sys_common::os_str_bytes as os_str;