• Takes any number of disposables as arguments and attempts to dispose them after a zero timeout. All exceptions are logged but not thrown.

    Parameters

    • Rest ...disposables: DisposableItem[]

      The objects to dispose of. Can accept and will ignore objects that don't have a dispose() method.

    Returns void

Generated using TypeDoc