mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Support for Separated Read Write
This commit is contained in:
parent
ad9aedac77
commit
75ffda9fb8
3 changed files with 18 additions and 3 deletions
|
@ -14,6 +14,7 @@ use devtools_traits::{ActorValue, DevtoolScriptControlMsg};
|
|||
use servo_msg::constellation_msg::PipelineId;
|
||||
|
||||
use collections::TreeMap;
|
||||
use core::cell::RefCell;
|
||||
use serialize::json;
|
||||
use serialize::json::ToJson;
|
||||
use std::io::TcpStream;
|
||||
|
@ -105,6 +106,7 @@ pub struct ConsoleActor {
|
|||
pub name: String,
|
||||
pub pipeline: PipelineId,
|
||||
pub script_chan: Sender<DevtoolScriptControlMsg>,
|
||||
pub streams: RefCell<Vec<TcpStream>>,
|
||||
}
|
||||
|
||||
impl Actor for ConsoleActor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue