mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -37,9 +37,9 @@ use std::mem::replace;
|
|||
use std::sync::atomic::AtomicBool;
|
||||
use std::sync::mpsc::{Receiver, RecvError, Select, Sender, channel};
|
||||
use std::sync::{Arc, Mutex};
|
||||
use style::thread_state;
|
||||
use url::Url;
|
||||
use util::thread::spawn_named;
|
||||
use util::thread_state;
|
||||
|
||||
/// Set the `worker` field of a related DedicatedWorkerGlobalScope object to a particular
|
||||
/// value for the duration of this object's lifetime. This ensures that the related Worker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue