You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -158,4 +158,4 @@ To get an exception "in hand" for further analysis, you can use the macro [`@ret
158
158
159
159
File handling can become more challenging when working in a parallel and possibly distributed fashion. Code or whole workers can crash, resulting in corrupt files, or workers may become disconnected, but still write files and clash with restarted code (resulting in race conditions and may also result in corrupt files).
160
160
161
-
ParallelProcessingTools provides the functions [`create_files`](@ref), [`read_files`](@ref)and [`modify_files`](@ref) to implement atomic file operations, on a best-effort basis (depending on the operating system and underlying file systems).
161
+
ParallelProcessingTools provides the functions [`write_files`](@ref)and [`read_files`](@ref) to implement atomic file operations, on a best-effort basis (depending on the operating system and underlying file systems).
0 commit comments