Skip to content

Synchronize writing CSV lines with semaphore

Mehmet Emin INAC requested to merge minac_write_lines_with_semaphore into master

What does this MR do and why?

IO write operations can cause fiber switch therefore we need to synchronize writing lines to prevent data corruption.

Merge request reports

Loading