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

v0.3 Release

Compare
Choose a tag to compare
@benlau benlau released this 22 Mar 13:33
· 202 commits to master since this release

API Changes

The input argument of combine() has been changed from bool to CombinatorMode. The default value is FailFast.

typedef enum {
    FailFast,
    AllSettled
} CombinatorMode;

Bug Fixes

  1. Create a context observable within a context function may hang.
  2. Memory leak when QFuture is returned from callback function