2018-02-11 23:19:03 +08:00
|
|
|
### QtPromise for C++
|
|
|
|
* [Getting Started](qtpromise/getting-started.md)
|
|
|
|
* [QtConcurrent](qtpromise/qtconcurrent.md)
|
|
|
|
* [Thread-Safety](qtpromise/thread-safety.md)
|
|
|
|
* [API Reference](qtpromise/api-reference.md)
|
|
|
|
* [QPromise](qtpromise/qpromise/constructor.md)
|
|
|
|
* [.delay](qtpromise/qpromise/delay.md)
|
2018-05-25 14:55:20 +08:00
|
|
|
* [.each](qtpromise/qpromise/each.md)
|
2018-02-11 23:19:03 +08:00
|
|
|
* [.fail](qtpromise/qpromise/fail.md)
|
2018-05-18 03:04:37 +08:00
|
|
|
* [.filter](qtpromise/qpromise/filter.md)
|
2018-02-11 23:19:03 +08:00
|
|
|
* [.finally](qtpromise/qpromise/finally.md)
|
|
|
|
* [.isFulfilled](qtpromise/qpromise/isfulfilled.md)
|
|
|
|
* [.isPending](qtpromise/qpromise/ispending.md)
|
|
|
|
* [.isRejected](qtpromise/qpromise/isrejected.md)
|
2018-05-26 17:40:51 +08:00
|
|
|
* [.map](qtpromise/qpromise/map.md)
|
2018-02-11 23:19:03 +08:00
|
|
|
* [.tap](qtpromise/qpromise/tap.md)
|
2018-03-14 05:52:08 +08:00
|
|
|
* [.tapFail](qtpromise/qpromise/tapfail.md)
|
2018-02-11 23:19:03 +08:00
|
|
|
* [.then](qtpromise/qpromise/then.md)
|
2018-02-17 19:59:05 +08:00
|
|
|
* [.timeout](qtpromise/qpromise/timeout.md)
|
2018-02-11 23:19:03 +08:00
|
|
|
* [.wait](qtpromise/qpromise/wait.md)
|
|
|
|
* [::all (static)](qtpromise/qpromise/all.md)
|
|
|
|
* [::reject (static)](qtpromise/qpromise/reject.md)
|
|
|
|
* [::resolve (static)](qtpromise/qpromise/resolve.md)
|
|
|
|
* [qPromise](qtpromise/helpers/qpromise.md)
|
|
|
|
* [qPromiseAll](qtpromise/helpers/qpromiseall.md)
|
2018-05-22 03:33:05 +08:00
|
|
|
* [QtPromise::attempt](qtpromise/helpers/attempt.md)
|
2018-05-25 14:55:20 +08:00
|
|
|
* [QtPromise::each](qtpromise/helpers/each.md)
|
2018-05-18 03:04:37 +08:00
|
|
|
* [QtPromise::filter](qtpromise/helpers/filter.md)
|
2018-05-26 17:40:51 +08:00
|
|
|
* [QtPromise::map](qtpromise/helpers/map.md)
|