unref abstract method
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);
Removes the reference with id from the registry. The object will be garbage collected when it is no longer used elsewhere.
void unref(int id);