netty5/common
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
..
src Implement cancellation properly for Promise/Future 2013-06-11 17:46:21 +09:00
pom.xml Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00