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 2b91173  Merge pull request #325 from apache/feature/utils_zip_extract
     add e5ef9dd  Refactors promises to ensure unresolved promises can be 
handled with a timeout.
     add 8b3149a  Adds Promise<void> return to Deferred::resolveWith
     add ac3a87c  Fixes wrong exception class name
     add 87456ec  Removes now unneeded promise timeout workaround
     add e86f347  Reintroduces const function signature for PromiseFactory
     add 05ca00a  Small update/fix in http websocket tests
     new 8412243  Merge pull request #360 from 
apache/feature/promise_timeout_memleak

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:
 .../src/TestExportImportRemoteServiceFactory.cc    |  14 +-
 .../http_admin/gtest/src/http_websocket_tests.cc   |  10 +-
 libs/promises/CMakeLists.txt                       |   1 +
 libs/promises/README.md                            |  33 +--
 libs/promises/api/celix/DefaultScheduledExecutor.h |  12 +-
 libs/promises/api/celix/Deferred.h                 |  45 ++--
 libs/promises/api/celix/IScheduledExecutor.h       |   4 +-
 libs/promises/api/celix/Promise.h                  | 238 ++++++++++++++++-----
 libs/promises/api/celix/PromiseFactory.h           |  44 ++--
 ...tException.h => PromiseIllegalStateException.h} |   5 +-
 libs/promises/api/celix/impl/SharedPromiseState.h  | 115 ++++++----
 .../cmake/CelixPromisesConfigVersion.cmake         |   2 +-
 libs/promises/gtest/src/PromisesTestSuite.cc       |  44 +++-
 libs/promises/gtest/src/VoidPromisesTestSuite.cc   |  58 ++++-
 libs/promises/src/PromiseExamples.cc               |   4 +-
 15 files changed, 441 insertions(+), 188 deletions(-)
 copy libs/promises/api/celix/{PromiseTimeoutException.h => 
PromiseIllegalStateException.h} (90%)

Reply via email to