mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move thread_state to style.
This commit is contained in:
parent
32a0493cde
commit
307d1ced3c
14 changed files with 14 additions and 14 deletions
|
@ -18,8 +18,8 @@ use deque::{self, Abort, Data, Empty, Stealer, Worker};
|
|||
use rand::{Rng, XorShiftRng, weak_rng};
|
||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||
use std::sync::mpsc::{Receiver, Sender, channel};
|
||||
use thread_state;
|
||||
use util::thread::spawn_named;
|
||||
use util::thread_state;
|
||||
|
||||
/// A unit of work.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue