Legend
| Abstract class: RT.Util.Threading.PeriodicMultiple
SummaryEncapsulates a class performing multiple related yet independent tasks on the same thread at a certain minimum interval each. Schedules the activity that is the most late at every opportunity, but will never execute more than one activity at a time (as they all share the same thread). Threading: unsafe (call public methods on the creating thread only) Instance methods
|