pub fn run_proxy_thread(
new_proxies: Receiver<(ChannelProxy, Arc<Mutex<ResumeEvents>>)>,
)
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<ResumeEvents>>)>,
)
Starts a thread that listens for new proxies and runs start_proxy
on each.