script: Make the resource task communication use IPC channels.

This commit is contained in:
Patrick Walton 2015-07-09 17:16:21 -07:00
parent 44d13f7fd4
commit 2aa5174246
35 changed files with 234 additions and 458 deletions

View file

@ -4,6 +4,7 @@
#![cfg_attr(test, feature(box_raw))]
extern crate ipc_channel;
extern crate net;
extern crate net_traits;
extern crate url;