The windows implementation in #9 uses https://github.com/smol-rs/polling for I/O events for windows sockets, and it is an almost drop-in replacement for mio, and due to how uds is made, would mean we could get rid of mio and not have to worry about keeping versions synced like in https://github.com/tormol/uds/pull/5
The windows implementation in #9 uses https://github.com/smol-rs/polling for I/O events for windows sockets, and it is an almost drop-in replacement for mio, and due to how uds is made, would mean we could get rid of mio and not have to worry about keeping versions synced like in https://github.com/tormol/uds/pull/5