Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQueue

Hierarchy

  • IQueue

Index

Methods

emit

  • emit(event: string | symbol, ...args: any[]): boolean

on

  • on(event: string | symbol, listener: Function): IQueue

once

  • once(event: string | symbol, listener: Function): IQueue

removeAllListeners

  • removeAllListeners(event?: string | symbol): IQueue

Generated using TypeDoc