UNPKG

@metamask/ocap-kernel

Version:
10 lines 420 B
import type { KernelStore } from "../store/index.mjs"; import type { RunQueueItem } from "../types.mjs"; /** * Process the set of GC actions. * * @param storage - The kernel storage. * @returns The next action to process, or undefined if there are no actions to process. */ export declare function processGCActionSet(storage: KernelStore): RunQueueItem | undefined; //# sourceMappingURL=garbage-collection.d.mts.map