mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Create easy common interface for off-thread network listeners, and remove the CORS-specific reimplementation of async networking.
This commit is contained in:
parent
f7ac1f1876
commit
1ca9ff56c8
4 changed files with 110 additions and 78 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue