Added warning

This commit is contained in:
Peter Conrad 2018-09-27 17:28:45 +02:00
parent 6fe8f1d6e6
commit 34a2820c90

View file

@ -27,6 +27,10 @@
#include <fc/thread/task.hpp>
#include <fc/asio.hpp>
/* 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 {