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