Class GraphUpdateProcessor
    Public
    
    
    
    Public Methods
Public Static Methods
Public Variables
        
                IsAnyGraphUpdateInProgress
        
    
                    
                    Returns if any graph updates are in progress.
                        Public
                    
                
        
                IsAnyGraphUpdateQueued
        
    
                    
                    Returns if any graph updates are waiting to be applied.
                        Public
                    
                Private/Protected Members
        
                MarkerApply
        
    
                    
                    
                        Private
                            Static
                            Readonly
                    
                
        
                MarkerCalculate
        
    
                    
                    
                        Private
                            Static
                            Readonly
                    
                
        
                MarkerSleep
        
    
                    
                    
                        Private
                            Static
                            Readonly
                    
                
        
                anyGraphUpdateInProgress
        
    
                    
                    Used for IsAnyGraphUpdateInProgress.
                        Private
                    
                
        
                astar
        
    
                    
                    Holds graphs that can be updated.
                        Private
                            Readonly
                    
                
        
                graphUpdateQueue
        
    
                    
                    Queue containing all waiting graph update queries.
                        Private
                            Readonly
                    
                
        
                pendingGraphUpdates
        
    
                    
                    
                        Private
                            Readonly
                    
                
        
                pendingPromises
        
    
                    
                    
                        Private
                            Readonly