mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Use external 'threadpool' crate, remove in-tree utility.
This commit is contained in:
parent
e551ea7322
commit
182b9b1e4f
8 changed files with 21 additions and 58 deletions
|
@ -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;
|
||||
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue