netty5/transport/src/main
Norman Maurer dde9211702 Add one new constructor with ThreadFactory / Executor only
Motivation:
In most cases, we want to use MultithreadEventLoopGroup without setting thread numbers but thread name only. We should simplify this for the user

Modifications:
Add a new constructor

Result:
User can only set ThreadFactory / Executor without setting the thread number to 0:
2019-11-18 10:01:19 +01:00
..
java/io/netty Add one new constructor with ThreadFactory / Executor only 2019-11-18 10:01:19 +01:00
resources/META-INF/native-image/io.netty/transport Register sun.nio.ch.SelectorImpl fields for unsafe access. (#9631) 2019-10-07 08:11:57 +02:00