EmbarkStudios / crash-handling

Collection of crates to deal with crashes
Apache License 2.0
138 stars 13 forks source link

Use polling for linux as well #11

Closed Jake-Shadle closed 2 years ago

Jake-Shadle commented 2 years ago

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