Function git_tempfile::handler::cleanup_tempfiles [−][src]
pub fn cleanup_tempfiles()
Expand description
Safety
Note that Mutexes of any kind are not allowed, and so aren’t allocation or deallocation of memory.
We are usign lock-free datastructures and sprinkle in std::mem::forget to avoid deallocating.