This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofThreadChannel< T > Member List
This is the complete list of members for ofThreadChannel< T >, including all inherited members.
close() | ofThreadChannel< T > | inline |
empty() const | ofThreadChannel< T > | inline |
ofThreadChannel() | ofThreadChannel< T > | inline |
receive(T &sentValue) | ofThreadChannel< T > | inline |
send(const T &value) | ofThreadChannel< T > | inline |
send(T &&value) | ofThreadChannel< T > | inline |
size() const | ofThreadChannel< T > | inline |
tryReceive(T &sentValue) | ofThreadChannel< T > | inline |
tryReceive(T &sentValue, int64_t timeoutMs) | ofThreadChannel< T > | inline |