Package com.renomad.minum.queue


package com.renomad.minum.queue
This package contains classes for ActionQueue, which is a background task processor.
  • Class
    Description
    This class provides the ability to pop items into a queue thread-safely and know they'll happen later.
    This class provides the ability to pop items into a queue thread-safely and know they'll happen later.
    This class exists to properly kill off multiple action queues
    This class tracks the overall state of the ActionQueues that are in use throughout the system.