asyncprocess busy waits
Currently async process busy waits consuming an entire cpu core. I suggest using a ManualResetEvent and signalling the asyncprocess thread from all the methods that could cause it to do work. I've forked your project to use it with SocketCANSharp. I'll be making this change in my fork but I've also refactored a lot so it may be that you want to back port a few changes rather than trying to merge the fork back. Up to you, this is just a heads up really.
I ended up using AutoResetEvent.
Thanks for the heads up. I'll have a look into this and refactor it somewhat.
I made quite a few other changes. Feel free to ask questions. I appreciate your work as I was not familiar with can open. If I use my fork of your lib in our production code it will be going to the ISS!
I'll have a look at pulling in your changes. They look very useful. ISS very cool.