polling
polling copied to clipboard
Is it possible to make the internal lock optional?
I'm using polling in single-threaded mode. I hope that the internal lock could be optional. It's OK for me if you have to make some methods require &mut self.