[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["`ResourceHolder` manages resources, offering methods to handle their lifecycle. `destroyAllResources` forces the disposal of all associated resources, disregarding any existing reference counts. `reclaimReleasedResources` checks for garbage-collected objects and releases their associated data, returning the count of resources currently in use. A related class, `CleanupRegistry`, maintains a queue and triggers a `Runnable` when objects are garbage-collected. These features manage resource lifecycle and garbage collection within the system.\n"]]