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

Enable application-defined Synchronize gate in AsyncRx.NET #2153

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 18, 2024

  1. Enable application-defined Synchronize gate

    Our AsyncGate does not support cancellation, and for now at least we don't want to add it. (For one thing, it opens the can of worms of whether we want to attempt to support cancellation across the board in AsyncRx.NET. But also, more or less everyone who tries to add cancellation support to this sort of primitive ends up creating subtle bugs.)
    
    So this defines an IAsyncGate interface and Synchronize overloads that accept it, enabling them to work with application-supplied implementations.
    idg10 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    beb2a3f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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