pnoltes opened a new pull request #360:
URL: https://github.com/apache/celix/pull/360
This PR mainly updates documentation that promises need to be resolved to
avoid memory leaks.
It also:
- Adds a setTimeout method on Promise which can be used to set the timeout
of the current promises, creating a new associated promise with a timeout. This
is not part of the OSGi spec, but helps in ensuring that all promises will
eventually resolve.
- Updates the `resolveWith` method to return a Promise<void> as described
in the OSGi spec.
- Fixes an issue when cancelling a ScheduledFuture.
- Updated some - but not yet all - of the doxygen documentation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]