Code Example: Scheduler
public class Scheduler {
// Contains a reference to a Thread when the
// scheduled resource is busy; null when not private Thread runningThread;
Previous slide
Next slide
Back to first slide
View graphic version