|dispose ( disposable -- disposable )
Factor handbook » The language » Deterministic resource disposal » Using destructors

Prev:&dispose ( disposable -- disposable )


Vocabulary
destructors

Inputs
disposablea disposable object


Outputs
disposablea disposable object


Word description
Marks the object for disposal in the event of an error at the end of the current with-destructors scope.

Definition