pub type SignalSink = Arc<Mutex<Vec<Value>>>;
Handle for emitting signal events from the proxy.
pub struct SignalSink { /* private fields */ }