-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking change: support creating an
Async
with AsFd
rather than …
…`AsRawFd` Modify the `Async::new` constructor to use `AsFd` rather than `AsRawFd` (or the socket equivalents on Windows). Modify other code accordingly. Drop impls of `AsRawFd` and `AsRawSocket`. Update inotify dev-dependency to 0.10.1 so that the inotify example still builds.
- Loading branch information
1 parent
090ee6b
commit b745565
Showing
3 changed files
with
22 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters