netty5/common/src
Scott Mitchell 4f982be91e
DefaultPromise internal state dependent on Signal
Motivation:
DefaultPromise's internal state depends upon specific Signal objects. These Signal objects can be used externally which causes the DefaultPromise object API to not function correct and state to become corrupted.

Modifications:
- DefaultPromise shouldn't depend upon Signal for its internal state

Result:
Fixes https://github.com/netty/netty/issues/7707
2018-02-12 14:24:46 -08:00
..
main DefaultPromise internal state dependent on Signal 2018-02-12 14:24:46 -08:00
test DefaultPromise internal state dependent on Signal 2018-02-12 14:24:46 -08:00