Chris Vest
2c5be51ec6
Add an Rc.isSendable method
Motivation: Reference counted objects may be stateful and cannot always be sent or transfer their ownership. It's desirable that integrators can check whether or not an object can be sent. Modification: Add an Rc.isSendable method that returns true if the object can be sent, and false otherwise. Implementors of the Rc interface, and extenders or RcSupport, can then implement whatever special logic they need for restricting sending in certain situations. Result: It's possible to test if an object supports send() or not in any given situation.
Netty Incubator Buffer API
This repository is incubating a new buffer API proposed for Netty 5.
Description
Languages
Java
99.6%
Dockerfile
0.2%
Makefile
0.2%