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

Add bool continueOnCapturedContext overloads #485

Merged
merged 6 commits into from
Nov 2, 2024

Commits on Oct 29, 2024

  1. Added overloads to pass in ContinuationOptions to channels and asyn…

    …c synchronization primitives.
    
    Renamed `SynchronousIfSameContext` to `AllowSynchronous`.
    timcassell committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b5ecf0f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Added some more overloads.

    Added tests.
    timcassell committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1ded4a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b018e3a View commit details
    Browse the repository at this point in the history
  3. Fixed tests.

    timcassell committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d5ef26c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Changed ContinuationOptions continuationOptions parameters to `bool…

    … continueOnCapturedContext`.
    timcassell committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    b628959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    515b75c View commit details
    Browse the repository at this point in the history