auto merge of #3730 : glennw/servo/taskpool, r=pcwalton

r? @pcwalton - Is this the kind of thing you were thinking of in terms of task queue?
This commit is contained in:
bors-servo 2014-10-21 15:15:42 -06:00
commit 4795e9cf0b
4 changed files with 84 additions and 23 deletions

View file

@ -51,6 +51,7 @@ pub mod str;
pub mod task;
pub mod tid;
pub mod time;
pub mod taskpool;
pub mod vec;
pub mod workqueue;