add filemanager_thread

This commit is contained in:
Zhen Zhang 2016-05-03 08:47:27 +08:00
parent ab12d8098f
commit c618ee21d0
8 changed files with 182 additions and 0 deletions

View file

@ -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;