pub fn network_main(
rx: IpcReceiver<NetworkCommand>,
tx: IpcSender<NetworkMessage>,
) -> !Expand description
ネットワークプロセスエントリ
Fetches run on a BackgroundWorker pool so one slow request no longer
blocks every other tab or subresource. Config and cache commands stay on
this thread: they mutate the state shared by all workers.