This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofThreadChannel.h File Reference
#include <mutex>
#include <queue>
#include <condition_variable>
Go to the source code of this file.
Classes | |
class | ofThreadChannel< T > |
Safely send data between threads without additional synchronization. More... | |