mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-04-04 15:35:06 +08:00
Split the root README.md in multiple Markdown files (in the `docs/` folder) to make easier reading, editing and extending the documentation. An online version is also available on netlify (https://qtpromise.netlify.com). Building it requires Node.js installed, then: - npm install -g gitbook-cli - gitbook install ./ - gitbook build . dist/docs
26 lines
786 B
Markdown
26 lines
786 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>::then`](qpromise/then.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)
|