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