add jtx inject

This commit is contained in:
Richard Holland
2024-12-07 21:44:22 +11:00
parent cb29902a37
commit 2cf2ac6e12
8 changed files with 157 additions and 71 deletions

View File

@@ -26,6 +26,7 @@ public:
{
std::lock_guard lock(mutex);
thread_queues.emplace(&local_queue);
std::cout << "Thread registered: " << reinterpret_cast<uint64_t>(&local_queue) << "\n";
local_count = 0;
}