async fn num_live_peers<A>(address_book: &A) -> Option<usize>where A: AddressBookPeers + Clone + Send + Sync + 'static,