From f9ad997cbaa6663395e00d65a96eedd0c65137bb Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Sat, 23 Dec 2023 18:14:51 +0100 Subject: [PATCH] Note supported platform versions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b26b6889b..190e7243c 100644 --- a/README.md +++ b/README.md @@ -138,13 +138,13 @@ Currently supported platforms: * iOS * macOS -There are potentially others. If you find that Mio works on another platform, -submit a PR to update the list! - Mio can handle interfacing with each of the event systems of the aforementioned platforms. The details of their implementation are further discussed in the `Poll` type of the API documentation (see above). +Mio generally supports the same versions of the above mentioned platforms as +Rust the language (rustc) does, unless otherwise noted. + The Windows implementation for polling sockets is using the [wepoll] strategy. This uses the Windows AFD system to access socket readiness events.