mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Timers are scheduled by a dedicated per-constellation thread.
This commit is contained in:
parent
674589c370
commit
553a0dbefd
21 changed files with 786 additions and 334 deletions
|
@ -6,6 +6,7 @@
|
|||
#![feature(iter_cmp)]
|
||||
#![feature(slice_bytes)]
|
||||
#![feature(vec_push_all)]
|
||||
#![feature(mpsc_select)]
|
||||
#![feature(plugin)]
|
||||
#![plugin(plugins)]
|
||||
|
||||
|
@ -54,6 +55,7 @@ mod compositor_layer;
|
|||
mod headless;
|
||||
mod scrolling;
|
||||
mod surface_map;
|
||||
mod timer_scheduler;
|
||||
pub mod compositor_task;
|
||||
pub mod constellation;
|
||||
pub mod pipeline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue