Closed
Description
Hi, I have a problem that I wish I could rely somehow on destruction of lazy_static
to call drop on what's inside it. I know it might be impossible, but I guess it's worth asking. Suggestions for workaround etc. are welcome. I was eg. thinking about using a Weak
inside lazy_static
, but then I do have to have a strong reference somewhere in the main thread.
Metadata
Metadata
Assignees
Labels
No labels