mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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
|
@ -10,8 +10,8 @@ pub mod performance_timeline;
|
|||
pub mod user_interaction;
|
||||
|
||||
use dom::globalscope::GlobalScope;
|
||||
use script_thread::{Task, TaskCanceller};
|
||||
use std::result::Result;
|
||||
use task::{Task, TaskCanceller};
|
||||
|
||||
pub trait TaskSource {
|
||||
fn queue_with_canceller<T>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue