We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185a9c2 commit 4055aeaCopy full SHA for 4055aea
packages/host/cpp/ThreadsafeFunction.cpp
@@ -1,6 +1,7 @@
1
#include "ThreadsafeFunction.hpp"
2
#include <unordered_map>
3
#include "Logger.hpp"
4
+#include "RuntimeNodeApi.hpp"
5
6
// Global registry to map unique IDs to ThreadSafeFunction instances.
7
// We use IDs instead of raw pointers to avoid any use-after-free issues.
0 commit comments