Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

v0.3.4

Compare
Choose a tag to compare
@benlau benlau released this 04 May 05:24
· 180 commits to master since this release

Experimental New API

  1. Deferred::complete(QList)

Bug Fixed

  1. A dangling pointer issue when using combine() [Only affect v0.3.3]
  2. subscribe() does not able to use in non-main thread.

Changes

  1. subscribe() - Run callback on main thread in any case.
  2. subscribe() - Able to handle a callback with return type of QFuture
  3. context() - Supported to use across thread