netty5/transport/src
Norman Maurer b461c9d54c Allow to specify a custom EventExecutorChooserFactory. Related to [#1230]
Motivation:

Sometimes it may be benefitially for an user to specify a custom algorithm when choose the next EventExecutor/EventLoop.

Modifications:

Allow to specify a custom EventExecutorChooseFactory that allows to customize algorithm.

Result:

More flexible api.
2016-06-06 11:04:56 +02:00
..
main/java/io/netty Allow to specify a custom EventExecutorChooserFactory. Related to [#1230] 2016-06-06 11:04:56 +02:00
test/java/io/netty Fix small race in DefaultChannelPipeline introduced by a729e0fcd9 2016-05-30 15:05:48 +02:00