Takes any number of disposables as arguments and attempts to dispose them after a zero timeout. All exceptions are logged but not thrown.
Rest
The objects to dispose of. Can accept and will ignore objects that don't have a dispose() method.
Generated using TypeDoc
Takes any number of disposables as arguments and attempts to dispose them after a zero timeout. All exceptions are logged but not thrown.