mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Generalize promise job queue into solitary microtask queue.
This commit is contained in:
parent
bac2f68b54
commit
32d4f84a30
8 changed files with 137 additions and 144 deletions
|
@ -108,6 +108,7 @@ mod dom;
|
|||
pub mod fetch;
|
||||
pub mod layout_wrapper;
|
||||
mod mem;
|
||||
mod microtask;
|
||||
mod network_listener;
|
||||
pub mod origin;
|
||||
pub mod script_runtime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue