Options
Menu

Interface Operation

Represent an AsyncQueue operation

Hierarchy

  • Operation

Index

Properties

Properties

callback

callback: function

An async callback that returns a promise. This will get called once it reaches the queue.

Type declaration

    • (): Promise<any>
    • Returns Promise<any>

deferred

deferred: Deferred

A deferred promise that gets resolved or rejected after executing the async callback

Generated using TypeDoc