-
Notifications
You must be signed in to change notification settings - Fork 755
Issues: tokio-rs/mio
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
poll: Optimize locks and allocations in the critical path
#1701
opened Jul 30, 2023 by
jasta
updated Jul 30, 2023
Support for peek/peek_from for sockets (unix_socket_peek)
unstable
Depends on unstable Rust feature.
#1418
opened Dec 10, 2020 by
cssivision
updated Dec 8, 2023
Official ESP-IDF framework support
#1703
opened Jul 31, 2023 by
Thomasdezeeuw
updated Feb 2, 2024
4 tasks
Update socket types API to match std lib
#1750
opened Dec 24, 2023 by
Thomasdezeeuw
updated Jun 9, 2024
Supprt for sending/receiving ancillary data (file descriptors) over Unix sockets (unix_socket_ancillary_data)
unstable
Depends on unstable Rust feature.
#1369
opened Oct 19, 2020 by
zonyitoo
updated Jun 9, 2024
IoRing support for windows
windows
Related to the Windows OS.
#1697
opened Jul 26, 2023 by
ghost
updated Jun 14, 2024
Poll(2) implementation follow-ups
#1702
opened Jul 31, 2023 by
Thomasdezeeuw
updated Jun 14, 2024
3 of 7 tasks
Add AIX back to CI after full stdlib support
#1834
opened Oct 3, 2024 by
mustartt
updated Oct 3, 2024
Windows named pipes hits unreachable code during read operation
#1819
opened Jul 27, 2024 by
akahan
updated Oct 20, 2024
Use std::os::fd on Hermit
hermit
Related to the Hermit OS.
#1803
opened Jun 9, 2024 by
Thomasdezeeuw
updated Oct 26, 2024
Windows Named Pipes Handle.drop is not called, pipe is not removed
#1838
opened Oct 13, 2024 by
TrionProg
updated Nov 12, 2024
poll.poll may return non readable events despite the only registered interest being for readables
#1855
opened Jan 13, 2025 by
glandium
updated Jan 15, 2025
Support UnixStream on Windows
windows
Related to the Windows OS.
#1609
opened Aug 16, 2022 by
sullivan-sean
updated Feb 3, 2025
doc: why saying "Create" while the API returns a reference of existing one
#1861
opened Feb 24, 2025 by
keepsimple1
updated Feb 24, 2025
ProTip!
Exclude everything labeled
bug
with -label:bug.