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

Document the lifespan event handler parameter #1110

Merged
merged 4 commits into from Jul 15, 2021
Merged

Document the lifespan event handler parameter #1110

merged 4 commits into from Jul 15, 2021

Commits on Dec 9, 2020

  1. Document the lifespan event handler parameter

    #799 added support for the `lifespan` parameter, but it was not reflected in the documentation.
    emilmelnikov committed Dec 9, 2020
    Copy the full SHA
    8873aaf View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Change lifespan to asynccontextmanager

    Update docs according to changes in #1227.
    emilmelnikov committed Jul 8, 2021
    Copy the full SHA
    e261095 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Copy the full SHA
    e0f77b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Simplify asynccontextmanager example

    Simplify asynccontextmanager example, and add a link to anyio docs.
    emilmelnikov committed Jul 12, 2021
    Copy the full SHA
    7d04f65 View commit details
    Browse the repository at this point in the history