SchedulerQueue<TAbsolute>
Efficient scheduler queue that maintains scheduled items sorted by absolute time.
Gets the number of scheduled items in the scheduler queue.
public SchedulerQueue()
Creates a new scheduler queue with a default initial capacity.
Creates a new scheduler queue with the specified initial capacity.
Dequeues the next work item from the scheduler queue.
Enqueues the specified work item to be scheduled.
Peeks the next work item in the scheduler queue.
Removes the specified work item from the scheduler queue.