netty5/transport-native-epoll/src
Nikolay Fedorovskikh 016e00bf7a Clarify the appointment of the intermediate collection
Motivation:

An intermediate list is creating in the `EpollEventLoop#closeAll` to prevent ConcurrentModificationException. But this is not the obvious purpose has no comment.

Modifications:

Add comment to clarify the appointment of the intermediate collection.

Result:

More clear code.
2017-07-05 20:44:11 -04:00
..
main Clarify the appointment of the intermediate collection 2017-07-05 20:44:11 -04:00
test/java/io/netty/channel/epoll Only try to deregister from EventLoop when the native Channel was registered before. 2017-05-24 13:19:18 +02:00