js-util

Home > rc-js-util > IReferenceCounted

IReferenceCounted interface

Provides a way to handle cleanup of manually managed resources where there is not a single owner.

Signature:

export interface IReferenceCounted 

Methods

Method Description
claim()  
getIsDestroyed()  
release()