Skip to main content

wait_for_query

Function wait_for_query 

Source
fn wait_for_query<'tcx, Q>(
    query: Q,
    qcx: Q::Qcx,
    span: Span,
    key: Q::Key,
    latch: QueryLatch<'tcx>,
    current: Option<QueryJobId>,
) -> (Q::Value, Option<DepNodeIndex>)
where Q: QueryDispatcher<'tcx>,