ChensHelpers
Chen.Helpers.UnityHelpers.QueueProcessor<T>
QueueProcessor<T>.OnFailure(T) Method
A post-processing method to perform when the operation process failed. Always invoke base.OnFailure.
protected virtual void OnFailure(T item);
Parameters
item
T
Item that was dequeued from the data structure