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

async_hooks: add hook to stop propagation #45386

Merged
merged 8 commits into from Nov 15, 2022

Commits on Nov 9, 2022

  1. async_hooks: add hook to stop propagation

    Add hook to AsyncLocalStorage to allow user to stop propagation.
    This is needed to avoid leaking a store if e.g. the store indicates
    that its operations are finished or it reached its time to live.
    Flarna committed Nov 9, 2022
    Copy the full SHA
    133d061 View commit details
    Browse the repository at this point in the history
  2. fixup: correct link

    Flarna committed Nov 9, 2022
    Copy the full SHA
    046b501 View commit details
    Browse the repository at this point in the history
  3. fixup: lint

    Flarna committed Nov 9, 2022
    Copy the full SHA
    b9bd35d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Copy the full SHA
    1c14ccf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f49048a View commit details
    Browse the repository at this point in the history
  3. test wrong usage

    Flarna committed Nov 10, 2022
    Copy the full SHA
    13b1745 View commit details
    Browse the repository at this point in the history
  4. fixup: lint

    Flarna committed Nov 10, 2022
    Copy the full SHA
    3c77eaf View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. use kEmptyObject instead {}

    Co-authored-by: Chengzhong Wu <legendecas@gmail.com>
    Flarna and legendecas committed Nov 14, 2022
    Copy the full SHA
    358297c View commit details
    Browse the repository at this point in the history