-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fundamental issues with ThreadSafeFunction #665
Comments
I have started working on #653. I will put any comments on that thread. |
@gabrielschulhof / @legendecas / @mhdawson : In response to this, I think a solution that can solve both problems above, is actually to create a new templated class
I was originally against the creation of a new class but I just now saw the comment I linked above talking about removing those Thanks, Kevin |
This reminds me that maybe we can introduce |
@KevinEady can we share most of the code between the existing |
|
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
@KevinEady , @gabrielschulhof should we close this as fixed by #742? |
The two issues below point to some fairly core problems with the current implementation of
Napi::ThreadSafeFunction
.#653
#594
We may well have to create a new implementation, while at the same time retaining maximum backward compatibility and as smooth a transition path as possible for those who need the functionality mentioned in the issues above.
The text was updated successfully, but these errors were encountered: