the q is: would it be ok to just `safe_create_dir_...
# development
r
the q is: would it be ok to just
safe_create_dir_all(self.snapshot_tmpdir.path())
rather than ~`self.snapshot_tmpdir = TempDir::new_in(…)` via a mutex.