Skip to main content

signal_complete

Function signal_complete 

Source
fn signal_complete(job: QueryJob<'_>)
Expand description

Signals to waiters that the query is complete.

This does nothing for single threaded rustc, as there are no concurrent jobs which could be waiting on us.