tree: eac3400aafe95ab8a3f9c9f1258b3ddb2fa13d69 [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 Push Stream Specification (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