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

@ -7,7 +7,6 @@
#![feature(core_intrinsics)]
#![feature(custom_derive)]
#![cfg_attr(feature = "non-geckolib", feature(decode_utf16))]
#![feature(fnbox)]
#![feature(optin_builtin_traits)]
#![feature(plugin)]
#![feature(reflect_marker)]
@ -59,7 +58,6 @@ pub mod resource_files;
pub mod str;
pub mod thread;
pub mod thread_state;
pub mod threadpool;
pub mod tid;
pub mod time;
pub mod vec;