std: replace generic thread parker with explicit no-op parker
This commit is contained in:
parent
4b34c7b766
commit
9622cdee1a
6 changed files with 17 additions and 129 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue