mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30: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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue