How to know that a mapped_file_sink has been flushed to the disk? There are not any function provided by boost for the same purpose.
I am writing to the mapped_file_sink and i need to move this file when it has been written to the disk.
How to know that a mapped_file_sink has been flushed to the disk? There are not any function provided by boost for the same purpose.
I am writing to the mapped_file_sink and i need to move this file when it has been written to the disk.