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

clarify what happens to spawned work during runtime shutdown #5394

Merged
merged 1 commit into from
Feb 9, 2023

Commits on Jan 23, 2023

  1. clarify what happens to spawned work during runtime shutdown

    The current documentation around this is confusing because it does not
    clearly differentiate the cases in which runtime shutdown blocks and
    background work continues to run after runtime shutdown.
    
    - Clear this up.
    - Use more consistent wording.
    - Remove a section refering to runtime internals because it is not
    relevant for users, uses terminology that is not defined anywhere, and is
    out of date.
    e00E committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f3958d1 View commit details
    Browse the repository at this point in the history