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

Ensure continuations run with sync task completion (ARCH-98) #2

Merged
merged 3 commits into from
Mar 11, 2022

Commits on Mar 11, 2022

  1. Ensure continuations run with sync task completion (ARCH-98)

    Motivation
    ----------
    There is currently a corner case when continuations are queued by a
    synchronously completing task where those continuations are never
    executed.
    
    Modifications
    -------------
    When the task completes synchronously queue all remaining continuations
    on the parent synchronization context.
    
    Switch build/tests to .NET 6 and language to C# 10.
    brantburnett committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    2f901a1 View commit details
    Browse the repository at this point in the history
  2. actions tweak

    brantburnett committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    45b8d4b View commit details
    Browse the repository at this point in the history
  3. oops

    brantburnett committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    452236b View commit details
    Browse the repository at this point in the history