mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Introduce a task! macro and use it for internal pause steps
This commit is contained in:
parent
46628fba05
commit
5412767f46
3 changed files with 29 additions and 10 deletions
|
@ -106,6 +106,9 @@ extern crate webrender_api;
|
|||
extern crate webvr_traits;
|
||||
extern crate xml5ever;
|
||||
|
||||
#[macro_use]
|
||||
mod task;
|
||||
|
||||
mod body;
|
||||
pub mod clipboard_provider;
|
||||
mod devtools;
|
||||
|
@ -123,7 +126,6 @@ pub mod script_thread;
|
|||
mod serviceworker_manager;
|
||||
mod serviceworkerjob;
|
||||
mod stylesheet_loader;
|
||||
mod task;
|
||||
mod task_source;
|
||||
pub mod test;
|
||||
pub mod textinput;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue