-
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
std::this_thread::sleep_for(std::chrono::milliseconds) #788
Comments
nope, it's just there as an example of a task that blocks while the main thread continues to run |
I tired with thread safe function example with my native code in it and I didn't give any sleep in the code when I am running the code in simply exiting without any execution.
|
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. |
@srikanthkampati you might want to try recreating with the latest to see if #853 fixed it and if not and seeing if nodejs/node#36510 is related |
Is it mandatory to call sleep in the thread after calling a callback function?
The text was updated successfully, but these errors were encountered: