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

5417 expose async io #5512

Merged
merged 17 commits into from Mar 9, 2023
Merged

Commits on Feb 27, 2023

  1. create async_io

    amab8901 committed Feb 27, 2023
    Copy the full SHA
    55775f8 View commit details
    Browse the repository at this point in the history
  2. Works now

    amab8901 committed Feb 27, 2023
    Copy the full SHA
    a971b63 View commit details
    Browse the repository at this point in the history
  3. Add comments

    amab8901 committed Feb 27, 2023
    Copy the full SHA
    9e355b9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e9293cc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    95345ba View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Copy the full SHA
    ae08934 View commit details
    Browse the repository at this point in the history
  2. Remove inaccurate docs

    amab8901 committed Feb 28, 2023
    Copy the full SHA
    7aea700 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ae1b879 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    08818a7 View commit details
    Browse the repository at this point in the history
  5. Apply rustfmt

    amab8901 committed Feb 28, 2023
    Copy the full SHA
    66a8f9a View commit details
    Browse the repository at this point in the history
  6. Fix CI error

    amab8901 committed Feb 28, 2023
    Copy the full SHA
    af4edf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Stop calling f

    amab8901 committed Mar 6, 2023
    Copy the full SHA
    6058759 View commit details
    Browse the repository at this point in the history
  2. Stop calling f

    amab8901 committed Mar 6, 2023
    Copy the full SHA
    fe905ff View commit details
    Browse the repository at this point in the history
  3. Make f immutable

    amab8901 committed Mar 6, 2023
    Copy the full SHA
    f584171 View commit details
    Browse the repository at this point in the history
  4. Fix fmt

    amab8901 committed Mar 6, 2023
    Copy the full SHA
    7699767 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Make named pipe implementations consistent

    Both `f` and `|| f()` would work, but I think it makes more sense to do the same in both places.
    Darksonn committed Mar 9, 2023
    Copy the full SHA
    f2345af View commit details
    Browse the repository at this point in the history
  2. fix oops

    Darksonn committed Mar 9, 2023
    Copy the full SHA
    09bcc3e View commit details
    Browse the repository at this point in the history