108 void addTimeSliceClient (
TimeSliceClient* clientToAdd,
int millisecondsBeforeStarting = 0);
126 void removeAllClients();
129 int getNumClients()
const;
Holds a resizable array of primitive or copy-by-value objects.
Used by the TimeSliceThread class.
virtual int useTimeSlice()=0
Called back by a TimeSliceThread.
virtual ~TimeSliceClient()=default
Destructor.
A thread that keeps a list of clients, and calls each one in turn, giving them all a chance to run so...
Holds an absolute date and time.