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 futures-util with atomic-waker and manual poll_fn #721

Merged
merged 4 commits into from
May 17, 2024

Commits on Oct 28, 2023

  1. Replace futures-util with atomic-waker and manual poll_fn

    This removes ones of the heavier dependencies. The goal is to also remove
    futures-util from the rest of the dependency tree, which is hard to justify when
    futures-util is used in more fundamental dependencies.
    
    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    fd29760 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge branch 'master' into fl

    notgull committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3793581 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Merge branch 'master' into fl

    notgull committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    5e4bd8a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    06d18a6 View commit details
    Browse the repository at this point in the history