Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Queue<T>

file

Queue

author

Alexander Rose alexander.rose@weirdbyte.de

Type parameters

  • T

Hierarchy

  • Queue

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Queue(fn: Function, argList: T[]): Queue

Properties

fn

fn: Function

pending

pending: boolean = false

queue

queue: T[] = []

Methods

kill

  • kill(): void

length

  • length(): number

Private next

  • next(): void

push

  • push(arg: T): void

Private run

  • run(arg: any): void

Generated using TypeDoc