mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
add filemanager_thread
This commit is contained in:
parent
ab12d8098f
commit
c618ee21d0
8 changed files with 182 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![feature(box_syntax)]
|
||||
#![feature(fnbox)]
|
||||
#![feature(fs_time)]
|
||||
#![feature(mpsc_select)]
|
||||
#![feature(plugin)]
|
||||
#![feature(plugin)]
|
||||
|
@ -48,6 +49,7 @@ pub mod cookie;
|
|||
pub mod cookie_storage;
|
||||
pub mod data_loader;
|
||||
pub mod file_loader;
|
||||
pub mod filemanager_thread;
|
||||
pub mod hsts;
|
||||
pub mod http_loader;
|
||||
pub mod image_cache_thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue