Use external 'threadpool' crate, remove in-tree utility.

This commit is contained in:
Corey Farwell 2016-02-27 21:13:08 -05:00
parent e551ea7322
commit 182b9b1e4f
8 changed files with 21 additions and 58 deletions

View file

@ -25,6 +25,7 @@ extern crate msg;
extern crate net_traits;
extern crate openssl;
extern crate rustc_serialize;
extern crate threadpool;
extern crate time;
extern crate url;
extern crate util;