mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-07-01 20:53:59 -04:00
Drop support for Wine
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user