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

@ -70,6 +70,8 @@ cfg_if::cfg_if! {
pub mod once;
#[path = "../unsupported/thread.rs"]
pub mod thread;
#[path = "../unsupported/thread_parking.rs"]
pub mod thread_parking;
}
}