Introduce a task! macro and use it for internal pause steps

This commit is contained in:
Anthony Ramine 2017-09-17 17:30:21 +02:00
parent 46628fba05
commit 5412767f46
3 changed files with 29 additions and 10 deletions

View file

@ -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;