Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Mailbox

Manages a process's messages. A message is anything sent to the process from another process

Hierarchy

  • Mailbox

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private messages

messages: any[]

Methods

deliver

  • deliver(message: any): any

get

  • get(): any[]

isEmpty

  • isEmpty(): boolean

removeAt

  • removeAt(index: number): any

Generated using TypeDoc