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
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue