netty5/common/src
Norman Maurer 0b5df22aec [#2797] Let EventExecutorGroup extend AutoCloseable
Motivation:

To make it more easy to shutdown an EventExecutorGroup / EventLoopGroup we should let both of them extend AutoCloseable.

Modifications:

Let EventExecutorGroup extend AutoCloseable and impement it.

Result:

Easier shutdown of EventExecutorGroup and EventLoopGroup
2014-08-26 14:04:27 +02:00
..
main/java/io/netty/util [#2797] Let EventExecutorGroup extend AutoCloseable 2014-08-26 14:04:27 +02:00
test/java/io/netty/util Make Nio/EpollEventLoop run on a ForkJoinPool 2014-08-11 15:28:46 -07:00