mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use thread::sleep instead of deprecated sleep_ms
Similarly, change one instance of `thread::park_timeout_ms`. Fixes #8694
This commit is contained in:
parent
b737e4e0fa
commit
3659218c59
10 changed files with 65 additions and 25 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue