This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git.
from be7d721 Merge pull request #369 from
apache/feature/deadlock_on_stop_cmd
add 4329677 Updates Promise `resolve` and `fail` so make them robust.
add d707cd2 Updates promise readme for tryFail/tryResolve
new 7c785c5 Merge pull request #370 from
apache/feature/robust_promise_fail_and_resolve
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
libs/promises/README.md | 8 +-
libs/promises/api/celix/Deferred.h | 181 +++++++++++++++++----
libs/promises/api/celix/Promise.h | 10 +-
libs/promises/api/celix/impl/SharedPromiseState.h | 184 ++++++++--------------
libs/promises/gtest/src/PromisesTestSuite.cc | 123 ++++++++++++++-
libs/promises/gtest/src/VoidPromisesTestSuite.cc | 102 ++++++++++++
6 files changed, 451 insertions(+), 157 deletions(-)