netty5/transport/src/main/java/io/netty
Trustin Lee d8f5521210 Reduce the memory footprint of DefaultChannelPromise even more
- Merge waiters and fluchCheckpoint into a single field
- This limits the number of waiter threads to 2^24 - 1, which is still very large.  Can you imagine an application with 16 million threads?
2013-02-26 13:52:49 -08:00
..
bootstrap Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
channel Reduce the memory footprint of DefaultChannelPromise even more 2013-02-26 13:52:49 -08:00