Skip to content
New MINOR release 00.33.00

Changes since 00.32.00:

Note: This release contains an incompatible interface change in an experimental feature (readAsync/readAny)!

Rework of readAsync / readAny:

- Replace the boost::future<void> inside the TransferFuture with a cppext::future_queue<void>
- Introduce ReadAnyGroup replacing the previous readAny() function. Note that this is an incompatible interface change, but the old interface was marked as experimental.
- No longer mark readAsync/readAny as experimental

Other changes:

- Improvements to the sharedMemoryBackend
- Introducing TransferElementAbstractor base class which allows to hold accessors of unknown user type without the need for exposed shared pointers
- Fixed/improved some tests