Class Context
    Public
    
    Context for when scanning or updating a graph.
Public Variables
        
                data
        
    
                    
                    Data for all the nodes as NativeArrays.
                        Public
                    
                
        
                graph
        
    
                    
                    Graph which is being scanned or updated.
                        Public
                    
                
        
                tracker
        
    
                    
                    Tracks dependencies between jobs to allow parallelism without tediously specifying dependencies manually.
                        Public