-
Does FastCSV support asynchronous writing. I have a list of records that that I want to parallel stream and asynchronously write each record from the stream to a CSV file. |
Beta Was this translation helpful? Give feedback.
Answered by
osiegmar
Aug 23, 2024
Replies: 1 comment
-
If using FastCSV in a multithreaded environment, FastCSV requires external synchronization to ensure correct behavior.
What docs are you exactly referring to? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
osiegmar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If using FastCSV in a multithreaded environment, FastCSV requires external synchronization to ensure correct behavior.
What docs are you exactly referring to?