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 ready/try methods to NamedPipeClient #3866

Merged
merged 8 commits into from Jun 28, 2021

Commits on Jun 16, 2021

  1. Copy the full SHA
    205f7e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Add a few more related methods

    The ready/try_read/write are usually paired with other methods, so added
    those as well. Copied docs from UnixStream and fixed them up
    Jake-Shadle committed Jun 17, 2021
    Copy the full SHA
    66a90cc View commit details
    Browse the repository at this point in the history
  2. Add an example and a test

    Jake-Shadle committed Jun 17, 2021
    Copy the full SHA
    3867d0b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4e3e0f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Fix up doc examples

    Jake-Shadle committed Jun 18, 2021
    Copy the full SHA
    bcdf98b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Copy the full SHA
    1c16a28 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Copy the full SHA
    5fb7db3 View commit details
    Browse the repository at this point in the history
  2. Remove extraneous line

    Jake-Shadle committed Jun 24, 2021
    Copy the full SHA
    d62b70d View commit details
    Browse the repository at this point in the history