c++ - boost filesystem blocking calls? -
is there case following calls can block? e.g. due windows io conflicts (i.e. writing file simultaneously) or else?
recursive_directory_iterator++ file_size last_write_time
i have function using these reason intermittently has long execution time (might else, want make sure problem doesn't lie here).
Comments
Post a Comment