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

Rebased AsyncResult fix #1184

Merged

Commits on Dec 2, 2023

  1. 🐛 AsyncResult contains invalid value

    - AsyncResult should contain invalid value immediately after async operation is marked as completed
    - there was race condition problems with callback method which is invoked on different thread so updating of value is done without any synchronization. So in some cases async operation is marked as completed but async result value is not yet updated and contains invalid value
    miroslavpokorny authored and Rob-Hague committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    55830eb View commit details
    Browse the repository at this point in the history
  2. Revert test

    Rob-Hague committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    8b21031 View commit details
    Browse the repository at this point in the history