Class PathReturnQueue
    Public
    
    
    
    Public Methods
        
                Enqueue
        
                (path)
    
                    
                    
                        Public
                    
                
        
                PathReturnQueue
        
                (pathsClaimedSilentlyBy)
    
                    
                    
                        Public
                    
                
        
                ReturnPaths
        
                (timeSlice)
    
                    
                    Returns all paths in the return stack.
                        Public
                    
                Private/Protected Members
        
                pathReturnQueue
        
    
                    
                    Holds all paths which are waiting to be flagged as completed.
                        Private
                    
                
        
                pathsClaimedSilentlyBy
        
    
                    
                    Paths are claimed silently by some object to prevent them from being recycled while still in use.
                        Private