- better checks for RTP packet + enable EVS codec + improve thread pool

This commit is contained in:
2025-02-03 11:51:11 +03:00
parent 5ce85e3a09
commit 7510ff5697
6 changed files with 54 additions and 42 deletions
+2
View File
@@ -24,6 +24,8 @@ public:
void enqueue(const task& task);
void wait(std::chrono::milliseconds interval = std::chrono::milliseconds(50));
size_t size();
size_t threads();
private:
// need to keep track of threads so we can join them
std::vector< std::thread > workers;