Most of the file operations in UnliftIO.IO.File have disclaimers like this:
This function behaves the same as withBinaryFile on Windows platforms.
I presume that this means that atomicity and durability are not implemented on Windows.
If so, could the same guarantees be implemented on Windows too?
Most of the file operations in
UnliftIO.IO.Filehave disclaimers like this:I presume that this means that atomicity and durability are not implemented on Windows.
If so, could the same guarantees be implemented on Windows too?