Next Previous Up Top Contents Index

2.5.2 How the finalization interface works

2.5.2.8 The effects of finalizing objects directly

Any object that has been finalized directly, through the application itself calling finalize on it, may not yet be unreachable. Like any normal object it only becomes eligible for reclamation when it is unreachable. If such an object was also registered for finalization using finalize-when-unreachable, it can end up being finalized again via the queue mechanism.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index