Struct GraphLockReadOnly
    Public
    
    Lock which can be held while no graph updates should be done.
Public Methods
        
                UnlockAfter
        
                (dependency)
    
                    
                    Unlocks this lock after the given job has completed.
                        Public
                    
                Public Variables
        
                unlocked
        
    
                    
                    
                        Public
                    
                
        
                workItems
        
    
                    
                    
                        Public
                            Readonly
                    
                Private/Protected Members
        
                GraphLockReadOnly
        
                (workItems)
    
                    
                    
                        Internal