pub async fn p2p_put_all_batch(
    env: DbWrite<DbKindP2pAgents>,
    rx: Receiver<P2pBatch>
)
Expand description

Inject multiple agent info entries into the peer store in batches.