ReferenceCountUtil.release

Try to call {@link ReferenceCounted#release()} 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)
    class ReferenceCountUtil
    static
    bool
    release
    (
    Object msg
    )
  2. bool release(Object msg, int decrement)

Meta