pub fn cleanup_tempfiles()
Expand description

Remove all tempfiles still registered on our global registry.

Safety

Note that Mutexes of any kind are not allowed, and so aren’t allocation or deallocation of memory. We are using lock-free datastructures and sprinkle in std::mem::forget to avoid deallocating.