send_gc_regions

Function send_gc_regions 

Source
async fn send_gc_regions(
    mailbox: &MailboxRef,
    peer: &Peer,
    gc_regions: GcRegions,
    server_addr: &str,
    timeout: Duration,
    description: &str,
) -> Result<GcReport>
Expand description

Helper function to send GcRegions instruction and wait for reply.