mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-04-20 08:41:08 +08:00
28 lines
882 B
Markdown
28 lines
882 B
Markdown
## QPromise
|
|
|
|
### Public Members
|
|
|
|
* [`QPromise<T>::QPromise`](qpromise/constructor.md)
|
|
* [`QPromise<T>::delay`](qpromise/delay.md)
|
|
* [`QPromise<T>::fail`](qpromise/fail.md)
|
|
* [`QPromise<T>::finally`](qpromise/finally.md)
|
|
* [`QPromise<T>::isFulfilled`](qpromise/isfulfilled.md)
|
|
* [`QPromise<T>::isPending`](qpromise/ispending.md)
|
|
* [`QPromise<T>::isRejected`](qpromise/isrejected.md)
|
|
* [`QPromise<T>::tap`](qpromise/tap.md)
|
|
* [`QPromise<T>::tapFail`](qpromise/tapfail.md)
|
|
* [`QPromise<T>::then`](qpromise/then.md)
|
|
* [`QPromise<T>::timeout`](qpromise/timeout.md)
|
|
* [`QPromise<T>::wait`](qpromise/wait.md)
|
|
|
|
### Public Static Members
|
|
|
|
* [`[static] QPromise<T>::all`](qpromise/all.md)
|
|
* [`[static] QPromise<T>::reject`](qpromise/reject.md)
|
|
* [`[static] QPromise<T>::resolve`](qpromise/resolve.md)
|
|
|
|
## Helpers
|
|
|
|
* [`qPromise`](helpers/qpromise.md)
|
|
* [`qPromiseAll`](helpers/qpromiseall.md)
|