Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
Ben Lau edited this page Jun 30, 2017 · 1 revision

Welcome to the asyncfuture wiki!

Roadmap

v0.4 Release

New API

  1. Deferred::track()

  2. Deferred::complete(QList)

Bug Fixed

  1. 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
Clone this wiki locally