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