Class QueueScheduler

    • Constructor Detail

      • QueueScheduler

        public QueueScheduler()
      • QueueScheduler

        public QueueScheduler​(int capacity)
        Creates a QueueScheduler with the given (fixed) capacity.
        Parameters:
        capacity - the capacity of this queue, see LinkedBlockingQueue(int)
        Since:
        0.8.0