This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
v0.3 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
- Create a context observable within a context function may hang.
- Memory leak when QFuture is returned from callback function