diff --git a/include/fc/thread/parallel.hpp b/include/fc/thread/parallel.hpp index eebfaeb..3425b85 100644 --- a/include/fc/thread/parallel.hpp +++ b/include/fc/thread/parallel.hpp @@ -27,6 +27,10 @@ #include #include +/* NOTE: the methods in this header are NOT to be mixed up with fc's + * multithreading. Parallel functions MUST NOT call fc::thread::yield NOR + * use fc's mutexes etc.! + */ namespace fc { namespace detail {