Create easy common interface for off-thread network listeners, and remove the CORS-specific reimplementation of async networking.

This commit is contained in:
Josh Matthews 2015-03-05 10:34:30 -05:00
parent f7ac1f1876
commit 1ca9ff56c8
4 changed files with 110 additions and 78 deletions

View file

@ -61,6 +61,7 @@ pub mod dom;
pub mod parse;
pub mod layout_interface;
mod network_listener;
pub mod page;
pub mod script_task;
mod timers;