Skip to main content

latch_wait_on

Function latch_wait_on 

Source
fn latch_wait_on<'tcx>(
    latch: &QueryLatch<'tcx>,
    query: Option<QueryJobId>,
    span: Span,
) -> Result<(), QueryCycle<'tcx>>
Expand description

Awaits for the query job to complete.