Skip to content

Commit

Permalink
Added I/O safety to sys::aio (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed May 15, 2024
1 parent 99a890a commit 0c08f39
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 147 deletions.
2 changes: 2 additions & 0 deletions changelog/2401.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Added I/O safety to the sys/aio module. Most functions that previously
accepted a `AsRawFd` argument now accept an `AsFd` instead.
Loading

0 comments on commit 0c08f39

Please sign in to comment.