Previous: , Up: Generic Constructs   [Index]


10.4 Consolidated Disposal Manager Construct

The consolidated disposal manager construct is the libaime preferred interface to the consolidated object disposal mechanism in use.

Consolidated disposal is the (often more performant) alternative to the default immediate disposal policy.

See Consolidated Disposal.

The libaime consolidated disposal implies a set of objects managing the disposal. They record the objects that make the subject of consolidated disposal and run the objects disposal proper.

The libaime executive objects that are able to observe the in use consolidated disposal policy refer the disposal managers by the consolidated disposal manager construct interface.

When objects become susceptible of consolidated disposal, they are referred to the disposal managers. Additionally, when objects are finally destroyed the consolidated disposal managers are notified.

See Consolidated Disposal Mechanics.


Previous: , Up: Generic Constructs   [Index]