Replies: 2 comments 1 reply
-
Process crash? No (barring OS bugs). System crash? Yes.
Performance. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If readFile appears after awaiting writeFile with, even if the buffer was not flushed due to hard disk being busy, will readFile provide accurate 100% of the time? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible that
writeFile
may not throw an error but actual file may not be written due to process crash?In order to Guarente success of
writeFile
we have to manually putflush
to true for every operation.Is there any reason why
flush
is false by default?Beta Was this translation helpful? Give feedback.
All reactions