Drop support for Wine

This commit is contained in:
Thomas de Zeeuw
2022-07-19 09:52:19 +02:00
parent db3f2505af
commit d360cc5e7b
+2 -2
View File
@@ -139,7 +139,6 @@ Currently supported platforms:
* Windows
* iOS
* macOS
* Wine (version 6.11+, see [issue #1444])
There are potentially others. If you find that Mio works on another
platform, submit a PR to update the list!
@@ -152,15 +151,16 @@ The Windows implementation for polling sockets is using the [wepoll] strategy.
This uses the Windows AFD system to access socket readiness events.
[wepoll]: https://github.com/piscisaureus/wepoll
[issue #1444]: https://github.com/tokio-rs/mio/issues/1444
### Unsupported
* Haiku, see [issue #1472]
* Solaris, see [issue #1152]
* Wine, see [issue #1444]
[issue #1472]: https://github.com/tokio-rs/mio/issues/1472
[issue #1152]: https://github.com/tokio-rs/mio/issues/1152
[issue #1444]: https://github.com/tokio-rs/mio/issues/1444
## Community