netty5/common/src
Trustin Lee 41af9a1eb3 Implement cancellation properly for Promise/Future
- Related issue: #1432
- Add Future.isCancellable()
- Add Promise.setUncancellable() which is meant to be used for the party that runs the task uncancellable once started
- Implement Future.isCancelled() and Promise.cancel(boolean) properly
2013-06-11 17:46:21 +09:00
..
main/java/io/netty/util Implement cancellation properly for Promise/Future 2013-06-11 17:46:21 +09:00
test/java/io/netty/util Fix checkstyle 2013-04-11 17:54:20 +09:00