IQRF Gateway Daemon
|
#include <functional>
#include <thread>
#include <mutex>
#include <atomic>
#include <condition_variable>
#include <queue>
Go to the source code of this file.
Classes | |
class | TaskQueue< T > |
Maintain queue of tasks and invoke sequential processing. More... | |