pub async fn decrement_pending_requests(
bootstrap_state: &Arc<RwLock<BootstrapState>>,
count: usize,
)Expand description
Decrement the pending peer request counter (saturating).
pub async fn decrement_pending_requests(
bootstrap_state: &Arc<RwLock<BootstrapState>>,
count: usize,
)Decrement the pending peer request counter (saturating).