Closed lehitoskin closed 6 years ago
Instead of modifying files in-place or generating temporary files manually, utilize make-temporary-file instead. This way we will have a little more certainty that there will be no other thread or process trying to write to the assigned path.
Also relevant: call-with-atomic-output-file
Instead of modifying files in-place or generating temporary files manually, utilize make-temporary-file instead. This way we will have a little more certainty that there will be no other thread or process trying to write to the assigned path.