mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Fix FileManager thread panic and other misc improvements
- Add shut down logic for FileManager thread - Add an unit test for filemanager_thread
This commit is contained in:
parent
caada0fb33
commit
96b2093121
6 changed files with 46 additions and 3 deletions
|
@ -29,3 +29,4 @@ extern crate util;
|
|||
#[cfg(test)] mod resource_thread;
|
||||
#[cfg(test)] mod hsts;
|
||||
#[cfg(test)] mod http_loader;
|
||||
#[cfg(test)] mod filemanager_thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue