mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
task -> thread
This commit is contained in:
parent
f00532bab0
commit
1f02c4ebbb
119 changed files with 1209 additions and 1207 deletions
|
@ -15,7 +15,7 @@ use std::collections::BTreeMap;
|
|||
use std::time::Duration;
|
||||
use std::{thread, f64};
|
||||
use std_time::precise_time_ns;
|
||||
use util::task::spawn_named;
|
||||
use util::thread::spawn_named;
|
||||
use util::time::duration_from_seconds;
|
||||
|
||||
pub trait Formattable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue