From 38c416df8614d875ffe59f20642e8e064307c10a Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Sat, 24 Jun 2017 21:10:20 +0300 Subject: [PATCH] Add a note about thread-safety req in FileLoader --- Core/Loaders.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/Loaders.h b/Core/Loaders.h index e7e4d17560..fe24872bfd 100644 --- a/Core/Loaders.h +++ b/Core/Loaders.h @@ -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,