Skip to main content

num_live_peers

Function num_live_peers 

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