mkobit
05/07/2019, 5:04 PMScopeCloseable
? i'm looking to close some resources that are essentially "application-scoped" and i'm having a difficult time parsing the documentation at https://kodein.org/Kodein-DI/?6.1/core#scope-closeable
it'd be nice to sort of a graph of closable dependency objects, but im more focused on just releasing and closing things that have been injected at the end of some "scope", in my case i'd like to close some singletons at the end of the application