-
Notifications
You must be signed in to change notification settings - Fork 397
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
Documentation: add multi-threading notes #45
Comments
NOTE for everyone: hidapi not thread-safe in general, with a few platform-specific/usage-spacific exceptions. Damn, I need to get my hands to describe everything in details. |
Reference: Windows: unable to interrupt blocking hid_read call #133 |
@Youw |
0.13 already includes a lot of good improvements, so I guess making a release (before Christmas) would be a good thing regardless if it is going to include the multithreaded documentation/fixes or not |
I agree. Thanks. |
It is great that you have released hidapi 0.13. Thanks. |
Reference by Youw.
|
Another reference by Youw.
|
Add a stub FAQ entry here. |
Comments by Youw here.
|
Reference from node-hid. Thread safety, Worker threads, Context-aware modules |
I have a potential solution, described fully in #666 |
need add notes to README regarding multithreading, e.g. regarding Windows issues/non-full support
maybe some more
The text was updated successfully, but these errors were encountered: