Expand description
Support for serializing the dep-graph and reloading it.
Modulesยง
- dep_
kind_ ๐vtables - error ๐
- execution ๐
- handle_
cycle_ ๐error - job ๐
- plumbing ๐
- profiling_
support ๐ - query_
impl ๐
Structsยง
- Query
JobMap - Map from query job IDs to job information collected by
collect_active_query_jobs.
Enumsยง
Traitsยง
- GetQueryV
Table ๐ - Trait that knows how to look up the
QueryVTablefor a particular query.
Functionsยง
- break_
query_ cycles - Detects query cycles by using depth first search over all active query jobs. If a query cycle is found it will break the cycle by finding an edge which uses a query latch and then resuming that waiter. There may be multiple cycles involved in a deadlock, so this searches all active queries for cycles before finally resuming all the waiters at once.
- collect_
active_ query_ jobs - Returns a map of currently active query jobs, collected from all queries.
- make_
dep_ kind_ vtables - print_
query_ stack - provide
- query_
system