-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
Please add the disposable library which can be found at https://github.com/cbaggers/disposable
It provides the generic dispose method so people can implement dispose logic for their types, and also the with-disposable macro which is just a unwind-protect with a dispose at the end.
This is a pretty trivial library but it's one less thing to duplicate across projects.
Thanks