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 AcceptAsync cancellation overloads #53340

Merged
merged 4 commits into from
May 29, 2021

Commits on May 27, 2021

  1. add AcceptAsync cancellation overloads

    Geoffrey Kizer committed May 27, 2021
    Configuration menu
    Copy the full SHA
    2f3abe1 View commit details
    Browse the repository at this point in the history
  2. pass cancellationToken to AcceptAsync in Unix NamedPipe impl

    Geoffrey Kizer committed May 27, 2021
    Configuration menu
    Copy the full SHA
    98ced0d View commit details
    Browse the repository at this point in the history
  3. add TcpListener overloads too

    Geoffrey Kizer committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7b43e4c View commit details
    Browse the repository at this point in the history
  4. enable pipe cancellation test on Unix

    Geoffrey Kizer committed May 27, 2021
    Configuration menu
    Copy the full SHA
    02e1c37 View commit details
    Browse the repository at this point in the history