Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ResponseAwaiter

Hierarchy

  • ResponseAwaiter

Index

Constructors

constructor

Properties

Readonly promise

promise: Promise<IRCMessage | undefined>

Methods

movedToQueueHead

  • movedToQueueHead(): void
  • Called when this response awaiter is inserted to the head of the queue or moves to the queue head after a previous response awaiter was rejected or resolved.

    Returns void

onConnectionMessage

outpaced

  • outpaced(): void
  • Called by a later awaiter indicating that this awaiter was still in the queue while the later awaiter matched a response.

    Returns void

Generated using TypeDoc