You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this post mention : serialport/node-serialport#1938 (comment) I think this could be nice to move the core into a worker_thread to avoid blocking, especially with the uSleep function ?
What do you think, i can help on that ?
The text was updated successfully, but these errors were encountered:
Hey, I want to keep this library as simple and low-level as possible. Therefore, I think worker_thread support would be out of scope. For the same reason I don’t want animation support (which is inherently opinionated) in this library.
Feel free though to create a higher-level library with those features included!
As this post mention : serialport/node-serialport#1938 (comment) I think this could be nice to move the core into a worker_thread to avoid blocking, especially with the uSleep function ?
What do you think, i can help on that ?
The text was updated successfully, but these errors were encountered: