Struct deno_core::InspectorSessionProxy
source · pub struct InspectorSessionProxy {
pub tx: UnboundedSender<InspectorMsg>,
pub rx: UnboundedReceiver<String>,
}
Expand description
Encapsulates an UnboundedSender/UnboundedReceiver pair that together form a duplex channel for sending/receiving messages in V8 session.
Fields§
§tx: UnboundedSender<InspectorMsg>
§rx: UnboundedReceiver<String>