#include <queue>#include <mutex>#include <condition_variable>#include <thread>#include <atomic>#include <functional>

Go to the source code of this file.
Classes | |
| class | active_object< T > |
| class | dispatcher::cancellable_timer |
| class | dispatcher |
| class | single_consumer_frame_queue< T > |
| class | single_consumer_queue< T > |
| class | watchdog |
Variables | |
| const int | QUEUE_MAX_SIZE = 10 |
| const int QUEUE_MAX_SIZE = 10 |
Definition at line 12 of file concurrency.h.