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
..
2016-09-30 09:08:50 +02:00
2017-04-20 04:56:09 +02:00
2017-04-20 04:56:09 +02:00
2017-02-22 07:31:07 +01:00