mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move Task to its own module
This commit is contained in:
parent
8e78f18d2d
commit
46628fba05
33 changed files with 115 additions and 90 deletions
|
@ -51,7 +51,7 @@ use script_runtime::CommonScriptMsg;
|
|||
use script_runtime::ScriptThreadEventCategory;
|
||||
use script_runtime::StackRootTLS;
|
||||
use script_runtime::new_rt_and_cx;
|
||||
use script_thread::{MainThreadScriptMsg, ScriptThread, Task};
|
||||
use script_thread::{MainThreadScriptMsg, ScriptThread};
|
||||
use servo_rand;
|
||||
use servo_url::ImmutableOrigin;
|
||||
use servo_url::ServoUrl;
|
||||
|
@ -69,6 +69,7 @@ use std::thread;
|
|||
use style::thread_state;
|
||||
use swapper::Swapper;
|
||||
use swapper::swapper;
|
||||
use task::Task;
|
||||
use uuid::Uuid;
|
||||
|
||||
// Magic numbers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue