Quadcap Embeddable Server

Package com.quadcap.util.threads


Classes

interface  com.quadcap.util.threads.Command
interface  com.quadcap.util.threads.DebugMonitor
class  com.quadcap.util.threads.PeriodicScheduler
 This class acts as a scheduler for periodic tasks, which are named and execute repeatedly with a specified interval. More...

class  com.quadcap.util.threads.ScheduleItem
 This class is private to PeriodicScheduler: it represents a single scheduled item, and gets placed in the queue and the hashtable. More...

class  com.quadcap.util.threads.Stream
 This class implements a thread-safe stream data structure, where the stream has a fixed-size buffer of Objects. More...