Use thread::sleep instead of deprecated sleep_ms

Similarly, change one instance of `thread::park_timeout_ms`.

Fixes #8694
This commit is contained in:
James Sanders 2015-11-27 17:37:33 -07:00
parent b737e4e0fa
commit 3659218c59
10 changed files with 65 additions and 25 deletions

View file

@ -73,6 +73,7 @@ pub mod task;
pub mod task_state;
pub mod taskpool;
pub mod tid;
pub mod time;
pub mod vec;
pub mod workqueue;