Expand description

Code to save/load the dep-graph from files.

Enums

Represents the result of an attempt to load incremental compilation data.
Either a result that has already be computed or a handle that will let us wait until it is computed by a background thread.

Functions

load_data 🔒
Launch a thread and load the dependency graph in the background.
Attempts to load the query result cache from disk

Type Definitions

An asynchronous type for computing the dependency graph.