tree: 1db268f0ccace2eed1b46e82a244d852222f763c [path history] [tgz]
  1. api/
  2. docs/
  3. gtest/
  4. src/
  5. CMakeLists.txt
  6. README.md
libs/pushstreams/README.md

title: PushStream

Celix PushStream

Celix PushSteams are based on the OSGI Promises (OSGi Compendium Release 7 Specification, Chapter 706). It follows the specification as close as possible, but some adjustments are mode for C++17.

NOTE: this implementation is still experiment and the api and behaviour will probably still change.

OSGi Information

OSGi Compendium Release 7 Promises Specification (HTML)

OSGi Compendium Release 7 Specification (PDF)

Usage

Differences with OSGi PushStreams & Java

Open Issues & TODOs