7c35781f4d
Motivation: We should not throw check exceptions when the user calls sync*() but should better wrap it in a CompletionException to make it easier for people to reason about what happens. Modifications: - Change sync*() to throw CompletionException - Adjust tests - Add some more tests Result: Fixes https://github.com/netty/netty/issues/8521. |
||
---|---|---|
.. | ||
src | ||
pom.xml |