Skip to content
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

*: Replace Future impl with poll_next method #23

Merged
merged 5 commits into from Aug 10, 2022

Commits on Aug 5, 2022

  1. *: replace Future impl with poll_next method

    Remove Future impl on all platform IfWatcher's, instead add `poll_next`
    method. Implement `Stream` and `FusedStream` for user-facing IfWatcher.
    elenaf9 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    466bd81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9082c0e View commit details
    Browse the repository at this point in the history
  3. *: add changelog

    elenaf9 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    83eb266 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. *: bump major version

    elenaf9 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0e6d2cf View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. apple, win: fix clippy

    elenaf9 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    68cba92 View commit details
    Browse the repository at this point in the history