A link queue that only allows the given number of links to be pushed into it.

Hierarchy

  • LinkQueueWrapper
    • LinkQueueLimitCount

Constructors

Properties

Methods

Constructors

Properties

linkQueue: ILinkQueue

Methods

  • The number of links in the queue.

    Returns number

  • If no links are in the queue.

    Returns boolean

  • Get (but not remove) the next link from the queue.

    Returns undefined | ILink

  • Get and remove the next link from the queue.

    Returns undefined | ILink