Skip to content

v1.0.6 Release

Latest
Compare
Choose a tag to compare
@benlau benlau released this 29 Apr 17:12
· 20 commits to master since this release

New API

  1. Future.progressValue
  2. Future.progressMaximum
  3. Future.progressMinimum

Changes

  1. Future.result()

[Bug Fix] Prevent crash on getting the result of QFuture<void>

  1. Future.promise()

Reject the returned promise if the QFuture is canceled.

  1. Future.onProgressValueChanged

[Bug Fix] The signal will only be emitted once