Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit 34a2820c90 - Show all commits

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 {