@foreach


Description:

public void @foreach (Func func)

Calls func for every item in the Ring starting from the most recently inserted element to the least recently inserted.

Parameters:

this

A Ring.

func

A ThreadPoolFunc to call for each element.

user_data

user data for func.