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

Add a helper for pausing a Stream on errors #50

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2021

  1. Add a helper for pausing a Stream on errors

    Based on kube-rs/kube#720, but with generalizations
    for runtime-agnosticity, and and pin-project-lite.
    nightkr committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    a8c0110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e975c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Always allow building StreamBackoff with a custom sleeper

    Even when neither tokio nor async-std are enabled.
    nightkr committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ac4fad2 View commit details
    Browse the repository at this point in the history
  2. Stream tests require tokio

    nightkr committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ac9fffc View commit details
    Browse the repository at this point in the history