netty5/transport-native-epoll
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
..
src Allow to specify a custom EventExecutorChooserFactory. Related to [#1230] 2016-06-06 11:04:56 +02:00
pom.xml Make netty-transport-native-epoll-*-linux-x86_64.jar working in OSGi 2016-05-30 22:04:01 +02:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00

Native transport for Linux

See our wiki page.