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

fix: DIOS-7656 AsyncSafe might be called when the object is in destruction or construction #390

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

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    9d2b54d View commit details
    Browse the repository at this point in the history
  2. The weak point might be expired if it is destructed due to race condi…

    …tion. No need to assert in that case.
    harryz2000 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5d1bb15 View commit details
    Browse the repository at this point in the history
  3. call stop in destruction

    harryz2000 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    87d7724 View commit details
    Browse the repository at this point in the history
  4. protected

    harryz2000 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b084529 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    457b1ee View commit details
    Browse the repository at this point in the history
  6. Avoid stop twice

    harryz2000 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8384438 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    2f799a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Review changes

    harryz2000 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    aa08b26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4664a43 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    843f0ec View commit details
    Browse the repository at this point in the history