Function JobDependencyTracker.Dispose

Dispose ()

Disposes this tracker.

Private
void Dispose ()

Disposes this tracker.

This will pool all used lists which makes the GC happy.

Note

It is necessary to call this method to avoid memory leaks if you are using the DeferDispose method. But it's a good thing to do otherwise as well. It is automatically called if you are using the ObjectPool<T>.Release method.