This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
v0.2 Release
Global
- Completely dropped the use of QVariant. AsyncFuture won’t require user to register their type in Qt’s meta type system
- Fixed few compilation problems in GCC 4.6
Observable::subscribe()
- Now it return Observable
<R>
instead of void
Combinator
- Changed the parent type from
Observable<QVariantList>
toObservable<void>
. It won’t convert input results to QVariant anymore.