Completer<T>
Type parameters
Constructors
new Completer()
new Completer<T>(): Completer<T>
Returns
Completer<T>
Source
src/utils.ts:734
Properties
| Property | Modifier | Type |
|---|
complete | public | (value: T | PromiseLike<T>) => void |
promise | readonly | Promise<T> |
reject | public | (reason?: any) => void |