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

async support v2 #417

Closed
wants to merge 7 commits into from
Closed

async support v2 #417

wants to merge 7 commits into from

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    0fa2a8b View commit details
    Browse the repository at this point in the history
  2. Split reader into IoReader and SliceReader

    This also changes the test cases in the `reader::test::check` macro to allow for reader-specific tests.
    999eagle committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    01ff58d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b09495a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51fd38f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d49259 View commit details
    Browse the repository at this point in the history
  6. Implement async reader

    999eagle committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c936535 View commit details
    Browse the repository at this point in the history
  7. Add test for async

    999eagle committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a1c9a0d View commit details
    Browse the repository at this point in the history