unref abstract method

void unref(
  1. int id
)

Removes the reference with id from the registry. The object will be garbage collected when it is no longer used elsewhere.

Implementation

void unref(int id);