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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -