Class PathReturnQueue

Public

Public Methods

Enqueue (path)
PathReturnQueue (pathsClaimedSilentlyBy, OnReturnedPaths)
ReturnPaths (timeSlice)

Returns all paths in the return stack.

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