execute

Function execute 

Source
pub async fn execute<L>(peer: &Peer<L>, job: PingPeerJob) -> Result<()>
where L: BucketLogProvider + Clone + Send + Sync + 'static, L::Error: Error + Send + Sync + 'static,
Expand description

Execute a ping peer job

This sends a ping to the specified peer with our current bucket state and processes the response.