-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem would this feature solve?
Ensures resources (like DB connections) are cleaned up automatically when a container or scope is destroyed, reducing memory leaks and improving resource management.
Proposed solution or design
Leverage TypeScript 5.2’s disposal protocol (using + [Symbol.dispose]) for modern, idiomatic cleanup.
Additional context
See the NexusDI Roadmap: Automatic Disposal / Lifecycle Hooks for implementation notes and examples.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog