Added warning
This commit is contained in:
parent
6fe8f1d6e6
commit
34a2820c90
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
||||||
#include <fc/thread/task.hpp>
|
#include <fc/thread/task.hpp>
|
||||||
#include <fc/asio.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 fc {
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue