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/await compatible wrapper for librados AIO methods #79

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    11e35a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a09df View commit details
    Browse the repository at this point in the history
  3. async: non-blocking wrapper for connect_to_ceph

    It would also be possible for callers to do this for themselves
    with an equivalent background thread wrapper, but it's better
    to avoid forcing every user to reinvent that.
    jcsp committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    e5c9b33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5b3b26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e4fc21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb48526 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ad3fca View commit details
    Browse the repository at this point in the history
  8. async: add rados_async_write_stream -> WriteSink

    This helps writers who would like to stream
    data into a RADOS object without managing their own
    backlog of futures.
    jcsp committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    c76f843 View commit details
    Browse the repository at this point in the history