Introduce a basic shared task pool, and use it for image decoding.

This commit is contained in:
Glenn Watson 2014-10-20 13:34:14 +10:00
parent a983debaf1
commit 26636474a9
4 changed files with 84 additions and 23 deletions

View file

@ -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;