mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Introduce a basic shared task pool, and use it for image decoding.
This commit is contained in:
parent
a983debaf1
commit
26636474a9
4 changed files with 84 additions and 23 deletions
|
@ -50,6 +50,7 @@ pub mod str;
|
|||
pub mod task;
|
||||
pub mod tid;
|
||||
pub mod time;
|
||||
pub mod taskpool;
|
||||
pub mod vec;
|
||||
pub mod workqueue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue