kernel_manager

Function run_proxy_thread

Source
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.