ReferenceCountUtil.release

Try to call {@link ReferenceCounted#release(int)} if the specified message implements {@link ReferenceCounted}. If the specified message doesn't implement {@link ReferenceCounted}, this method does nothing.

  1. bool release(Object msg)
  2. bool release(Object msg, int decrement)
    class ReferenceCountUtil
    static
    bool
    release
    (
    Object msg
    ,)

Meta