netty5/common
Jon Chambers 7c630feefc Document and generalize PromiseCombiner
Motivation:

`PromiseCombiner` is really handy, but it's not obvious how to use it from its existing documentation/method signatures.

Modification:

- Added javadoc comments to explain the theory of operation of `PromiseCombiner`.
- Generalized `PromiseCombiner` to work with `Futures` so it's clearer that the things for which it's listening won't be modified.

Result:

`PromiseCombiner` is easier to understand.
2016-12-20 11:15:03 +01:00
..
src Document and generalize PromiseCombiner 2016-12-20 11:15:03 +01:00
pom.xml Support compiling netty with Java9 2016-12-03 20:12:56 +01:00