Next Previous Up Top Contents Index

2.9 The FINALIZATION module

automatic-finalization-enabled?

Function

Summary

Returns true if automatic finalization is enabled, and false otherwise.

Signature

automatic-finalization-enabled? () => enabled? 

Arguments

None.

Values

enabled?
An instance of <boolean>. Default value: #f.

Library

common-extensions

Module

finalization

Description

Returns true if automatic finalization is enabled, and false otherwise.

See also

automatic-finalization-enabled?-setter, page 56

drain-finalization-queue, page 57

finalize-when-unreachable, page 57

finalize, page 58


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index