constructor Method
Ctor for OneAtATimePromise.
OneAtATimeAction(run: (...args: any[]) => Promise<T>): OneAtATimeAction
| Parameter | Type | Description |
|---|---|---|
| run | (...args: any[]) => Promise<T> | The method that performs an action that creates the Promise. |
Defined in
Last Updated: 08 January, 2020