#include <functional>
#include <memory>
#include <optional>
#include <unordered_map>
#include "threadqueue.hpp"
#include "uvgvpcc/log.hpp"
#include "jobManagement.tpp"
Go to the source code of this file.
|
| #define | JOBF(gofId, frameId, priority, func, ...) uvgvpcc_enc::JobManager::make_job(gofId, frameId, priority, std::string(#func), func, ##__VA_ARGS__) |
| |
| #define | JOBG(gofId, priority, func, ...) uvgvpcc_enc::JobManager::make_job(gofId, priority, std::string(#func), func, ##__VA_ARGS__) |
| |
| #define | TO_STRING(x) #x |
| |
◆ JOBF
◆ JOBG
◆ TO_STRING
| #define TO_STRING |
( |
|
x | ) |
#x |