Calls func for every item in the Ring starting from the most recently inserted
element to the least recently inserted.
| this |
A Ring. |
| func |
A ThreadPoolFunc to call for each element. |
| user_data |
user data for |