std: replace generic thread parker with explicit no-op parker

This commit is contained in:
joboet 2022-12-11 13:01:29 +01:00
parent 4b34c7b766
commit 9622cdee1a
No known key found for this signature in database
GPG key ID: 704E0149B0194B3C
6 changed files with 17 additions and 129 deletions

View file

@ -49,6 +49,8 @@ pub mod thread;
pub mod thread_local_dtor;
#[path = "../unsupported/thread_local_key.rs"]
pub mod thread_local_key;
#[path = "../unsupported/thread_parking.rs"]
pub mod thread_parking;
pub mod time;
#[path = "../unsupported/common.rs"]