netty5/common/src
Dave Moten 0f4001d598 add task before starting thread in SingleThreadEventExecutor.execute (#7841)
Motivation:

Minor performance optimisation that prevents thread from blocking due to task not having been added to queue. Discussed #7815.

Modification:

add task to the queue before starting the thread.

Result:

No additional tests.
2018-04-05 07:57:21 +02:00
..
main add task before starting thread in SingleThreadEventExecutor.execute (#7841) 2018-04-05 07:57:21 +02:00
test NetUtil valid IP methods to accept CharSequence (#7827) 2018-04-01 08:39:43 +02:00