anybody have a good example of how to use `ScopeCl...
# kodein
m
anybody have a good example of how to use
ScopeCloseable
? 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