You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by st...@apache.org on 2021/10/11 06:49:50 UTC

[celix] branch feature/remote_pushstream updated (6f88d8f -> 20a48cd)

This is an automated email from the ASF dual-hosted git repository.

stegemr pushed a change to branch feature/remote_pushstream
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from 6f88d8f  Initial version of test showing remote pushstreams
     add 20a48cd  Adding primary documentation Prepare promisefactory as service in PushStreamProvider

No new revisions were added by this update.

Summary of changes:
 .../integration/src/CalculatorProvider.cc          |  6 +-
 .../src/TestExportImportRemoteServiceFactory.cc    |  8 +-
 libs/pushstreams/api/celix/PushStream.h            | 95 +++++++++++++++++-----
 libs/pushstreams/api/celix/PushStreamProvider.h    | 69 +++++++++-------
 .../api/celix/SynchronousPushEventSource.h         |  4 +-
 .../api/celix/impl/AbstractPushEventSource.h       | 40 ++++++---
 .../api/celix/impl/BufferedPushStream.h            | 10 ++-
 .../api/celix/impl/IntermediatePushStream.h        | 10 ++-
 .../api/celix/impl/UnbufferedPushStream.h          |  9 +-
 libs/pushstreams/gtest/src/PushStreamTestSuite.cc  | 79 +++++++++---------
 10 files changed, 221 insertions(+), 109 deletions(-)