pub(crate) async fn spawn_net( name: String, info: &NetInfo, ex: Arc<Executor<'static>>, ) -> Result<Spawn>