Closed ScreamZ closed 1 year ago
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 : https://github.com/serialport/node-serialport/issues/1938#issuecomment-1814364985 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 ?