Extensions for io.netty.util.concurrent.Future
Suspend until the future completion. Resumes with the same exception if the future completes exceptionally Suspend until the future completion handling exception from the future using exception function |
|
Suspend until the future completion. Wraps futures completion exceptions into ChannelWriteException |