This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
v0.3.4
Experimental New API
- Deferred::complete(QList)
Bug Fixed
- A dangling pointer issue when using combine() [Only affect v0.3.3]
- subscribe() does not able to use in non-main thread.
Changes
- subscribe() - Run callback on main thread in any case.
- subscribe() - Able to handle a callback with return type of QFuture
- context() - Supported to use across thread