wjwwood / serial

Cross-platform, Serial Port library written in C++
http://wjwwood.github.com/serial/
MIT License
2.11k stars 1.02k forks source link

"Cancel" Implementation(windows only): Cancels all pending read and w… #257

Open MortezaAghazamani opened 2 years ago

MortezaAghazamani commented 2 years ago

"Cancel" Implementation(windows only): Cancels all pending read and write operation from an other thread.

Unix also need add something like this.