Skip to main content
This is lesson 4 of 11 in this module Course 78% complete

Finalizer Reliability

Premium Content

Sign in with your account or sign up to access this lesson.

The lesson explains why finalizers are unreliable when the host process terminates unexpectedly or runs out of memory, and outlines the correct rules for using them: finalize only edge objects in the graph, keep finalizer code minimal, and avoid touching any related objects.