Class PendingTaskCollectionPointer


  • @ThreadSafe
    public final class PendingTaskCollectionPointer
    extends java.lang.Object
    Points to a collection of pending tasks eligible for scheduling. This pointer effectively points to a subset of a scheduling group. Within the collection, the tasks can be scheduled in any order.
    • Method Detail

      • newInstance

        public static PendingTaskCollectionPointer newInstance()
        Static constructor for manual usage.
        Returns:
        a new instance of PendingTaskCollectionPointer.