30 class TimeSliceThread;
68 virtual int useTimeSlice() = 0;
112 void addTimeSliceClient (
TimeSliceClient* clientToAdd,
int millisecondsBeforeStarting = 0);
130 void removeAllClients();
133 int getNumClients()
const;
#define JUCE_API
This macro is added to all JUCE public class declarations.
Used by the TimeSliceThread class.
A thread that keeps a list of clients, and calls each one in turn, giving them all a chance to run so...
Holds a resizable array of primitive or copy-by-value objects.
Holds an absolute date and time.