netty5/common/src
Norman Maurer ee54ea725a
Add default methods to EventExecutor / EventExecutorGroup / EventLoop / EventLoopGroup (#11649)
Motivation:

We can remove some classes and duplication if we add default methods

Modifications:

- Add default methods to EventExecutor / EventExecutorGroup / EventLoop / EventLoopGroup
- Remove code duplication
- Remove AbstractEventExecutorGroup as it is not needed anymore

Result:

Cleanup and removal of code-duplication. Also makes it easier for people to implement their custom executors / groups
2021-09-05 20:05:33 +02:00
..
main Add default methods to EventExecutor / EventExecutorGroup / EventLoop / EventLoopGroup (#11649) 2021-09-05 20:05:33 +02:00
test Make Promise not extend Future (#11634) 2021-09-02 10:46:54 +02:00