pub fn run_proxy_thread(
new_proxies: Receiver<(ChannelProxy, Arc<Mutex<WakeSources>>)>,
)Expand description
Starts a thread that listens for new proxies and runs start_proxy on each.
pub fn run_proxy_thread(
new_proxies: Receiver<(ChannelProxy, Arc<Mutex<WakeSources>>)>,
)Starts a thread that listens for new proxies and runs start_proxy on each.