Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove overridden next() method in EventLoop interface.
Motivation: EventLoop overrides the next() method with the same signature of its super class EventLoopGroup. Modifications: Remove the duplicate method declaration from the EventLoop interface. Result: Perhaps makes the API slightly more readable as there is one less method.
- Loading branch information