Interface | Description |
---|---|
ReadyRunnable |
This interface extends the
runnable interface and
provides a method to determine if the runnable is ready to start. |
ScheduleTimer |
Represents a ScheduleTimer
|
Class | Description |
---|---|
Scheduler |
This class implements a simple scheduler to ensure the polling occurs at the
expected intervals.
|
Scheduler.PeekableFifoQueue<T> |
This queue extends the standard FIFO queue instance so that it is
possible to peek at an instance without removing it from the queue.
|
Copyright © 2015. All rights reserved.