mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
task -> thread
This commit is contained in:
parent
f00532bab0
commit
1f02c4ebbb
119 changed files with 1209 additions and 1207 deletions
|
@ -91,11 +91,11 @@ pub mod display_list;
|
|||
|
||||
// Fonts
|
||||
pub mod font;
|
||||
pub mod font_cache_task;
|
||||
pub mod font_cache_thread;
|
||||
pub mod font_context;
|
||||
pub mod font_template;
|
||||
|
||||
pub mod paint_task;
|
||||
pub mod paint_thread;
|
||||
|
||||
// Platform-specific implementations.
|
||||
#[path = "platform/mod.rs"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue