netty5/transport-rxtx/src/main/java/io/netty
Norman Maurer c08c965117 Use OneTimeTask where possible to reduce object creation
Motivation:

We should use OneTimeTask where possible to reduce object creation.

Modifications:

Replace Runnable with OneTimeTask

Result:

Less object creation
2015-11-20 14:28:28 -08:00
..
channel/rxtx Use OneTimeTask where possible to reduce object creation 2015-11-20 14:28:28 -08:00