Mohamadhj
Mohamadhj
@mhdawson It worked like you said. but it took sometime for me get familiarized with what Threadsafe Functions are and how to implement them. Thank you so much for the...
@mhdawson I have a question, can we still use the Threadsafe function using only C addon, i.e include and not and thus not relying on C++ classes like Napi:Function, Napi:Value...
@mhdawson Thanks, I found a Threadsafe example in C. But I have a question: I want to do two callbacks as opposed to one in the javascript callback, Like this:...
@mhdawson Nevermind I used the curly braces (javascript newbie here)
@mhdawson Yes, I will close it now.
@mhdawson I have a small problem occuring related to the same code, would really appreciate your help. I followed the example of a [async_work_thread_safe_function], and my code is successfully sending...