aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/image_cache_thread.rs
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2016-02-27 21:13:08 -0500
committerCorey Farwell <coreyf@rwell.org>2016-03-18 11:05:49 -0400
commit182b9b1e4fc80423bd69275be761ae8a6614f879 (patch)
tree4aa5bf7e32c554e5e8120f9fcf1700aa20b13ca6 /components/net/image_cache_thread.rs
parente551ea73226404152e02c3445f4f91e639bf66ce (diff)
downloadservo-182b9b1e4fc80423bd69275be761ae8a6614f879.tar.gz
servo-182b9b1e4fc80423bd69275be761ae8a6614f879.zip
Use external 'threadpool' crate, remove in-tree utility.
Diffstat (limited to 'components/net/image_cache_thread.rs')
-rw-r--r--components/net/image_cache_thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/image_cache_thread.rs b/components/net/image_cache_thread.rs
index 46c0037d126..91a0cf0dc32 100644
--- a/components/net/image_cache_thread.rs
+++ b/components/net/image_cache_thread.rs
@@ -19,10 +19,10 @@ use std::io::Read;
use std::mem;
use std::sync::Arc;
use std::sync::mpsc::{Sender, Receiver, channel};
+use threadpool::ThreadPool;
use url::Url;
use util::resource_files::resources_dir_path;
use util::thread::spawn_named;
-use util::threadpool::ThreadPool;
use webrender_traits;
///