netty5/common
Scott Mitchell 86272afb30 PromiseNotifier does not propagate cancel events
Motivation:
If the Future that the PromiseNotifier is listening to is cancelled, it does not propagate the cancel to all the promises it is expected to notify.

Modifications:
- If the future is cancelled then all the promises should be cancelled
- Add a UnaryPromiseNotifier if a collection of promises is not necessary

Result:
PromiseNotifier propagates cancel events to all promises
2016-02-19 10:16:27 -08:00
..
src PromiseNotifier does not propagate cancel events 2016-02-19 10:16:27 -08:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-01-29 09:57:10 +01:00