mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
task -> thread
This commit is contained in:
parent
f00532bab0
commit
1f02c4ebbb
119 changed files with 1209 additions and 1207 deletions
|
@ -50,7 +50,7 @@ extern crate url;
|
|||
#[macro_use]
|
||||
extern crate util;
|
||||
|
||||
pub use compositor_task::{CompositorEventListener, CompositorProxy, CompositorTask};
|
||||
pub use compositor_thread::{CompositorEventListener, CompositorProxy, CompositorThread};
|
||||
pub use constellation::Constellation;
|
||||
use euclid::size::{Size2D};
|
||||
use ipc_channel::ipc::{IpcSender};
|
||||
|
@ -63,7 +63,7 @@ use url::Url;
|
|||
|
||||
mod compositor;
|
||||
mod compositor_layer;
|
||||
pub mod compositor_task;
|
||||
pub mod compositor_thread;
|
||||
pub mod constellation;
|
||||
mod headless;
|
||||
pub mod pipeline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue