mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
script: Make the resource task communication use IPC channels.
This commit is contained in:
parent
44d13f7fd4
commit
2aa5174246
35 changed files with 234 additions and 458 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![cfg_attr(test, feature(box_raw))]
|
||||
|
||||
extern crate ipc_channel;
|
||||
extern crate net;
|
||||
extern crate net_traits;
|
||||
extern crate url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue