#include "cinder/Cinder.h"
#include <boost/thread/mutex.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include <boost/thread/thread.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/thread/future.hpp>
Go to the source code of this file.
Classes | |
class | cinder::ThreadSetup |
Create an instance of this class at the beginning of any multithreaded code that makes use of Cinder functionality. More... | |
Namespaces | |
std | |
std::this_thread | |
cinder | |
Macros | |
#define | BOOST_THREAD_PROVIDES_FUTURE |
#define BOOST_THREAD_PROVIDES_FUTURE |