Is std::ifstream thread-safe & lock-free?

Posted by Viet on Stack Overflow See other posts from Stack Overflow or by Viet
Published on 2010-05-02T17:34:54Z Indexed on 2010/05/02 17:37 UTC
Read the original article Hit count: 216

I intend to perform opening for reading a single file from many threads using std::ifstream. My concern is if std::ifstream is thread-safe & lock-free?

© Stack Overflow or respective owner

Related posts about c++

Related posts about ifstream