Add a note about thread-safety req in FileLoader

This commit is contained in:
Simonas Kazlauskas 2017-06-24 21:10:20 +03:00
parent 55c193ce78
commit 38c416df86

View file

@ -54,7 +54,9 @@ enum class IdentifiedFileType {
UNKNOWN,
};
class FileLoader {
// NB: It is a REQUIREMENT that implementations of this class are entirely thread safe!
public:
enum class Flags {
NONE,