Skip to content

Commit 3f2abf8

Browse files
committed
Change file-I/O API, introduce FilesToWrite and FilesToRead
1 parent fde1e72 commit 3f2abf8

File tree

3 files changed

+698
-195
lines changed

3 files changed

+698
-195
lines changed

docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ To get an exception "in hand" for further analysis, you can use the macro [`@ret
158158

159159
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).
160160

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

Comments
 (0)