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

Drop stream shielding; it was from a legacy api design #230

Merged
merged 3 commits into from
Sep 2, 2021

Commits on Sep 2, 2021

  1. Drop stream shielding; it was from a legacy design

    The whole origin was not having an explicit open/close semantic for
    streams. We have that now so this internal mechanic isn't needed and
    further our streams become more correct by having `.aclose()` be
    independent of cancellation.
    goodboy committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    af85d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4d95e9 View commit details
    Browse the repository at this point in the history
  3. Add newsfragment

    goodboy committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    558c44f View commit details
    Browse the repository at this point in the history