netty5/buffer/src
Trustin Lee 83026f29a4 Make EventLoop a ScheduledExecutorService
- SingleThreadEventLoop now implements ScheduledExecutorService
  - Scheduled tasks are automatically fetched into taskQueue by
    pollTask() and takeTask()
- Removed MapBackedSet because Java 6 provides it
2012-05-11 20:19:57 +09:00
..
main/java/io/netty Make EventLoop a ScheduledExecutorService 2012-05-11 20:19:57 +09:00
test/java/io/netty/buffer Add support to wrap primitives via ChannelBuffers.wrap*(..) easily. See 2012-02-26 20:51:53 +01:00