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
pathReturnQueueReading
Private
pathReturnQueueWriting

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 Readonly