Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncPriorityQueue<T>

Type parameters

  • T

Hierarchy

  • AsyncPriorityQueue

Index

Properties

concurrency

concurrency: number

drain

drain: function

Type declaration

    • (): any
    • Returns any

empty

empty: function

Type declaration

    • (): any
    • Returns any

paused

paused: boolean

saturated

saturated: function

Type declaration

    • (): any
    • Returns any

started

started: boolean

Methods

idle

  • idle(): boolean

kill

  • kill(): void

length

  • length(): number

pause

  • pause(): void

push

resume

  • resume(): void

running

  • running(): number