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

feat: add bufferAsync methods #1145

Merged
merged 7 commits into from May 18, 2021
Merged

feat: add bufferAsync methods #1145

merged 7 commits into from May 18, 2021

Commits on May 7, 2021

  1. feat: add bufferAsync methods

    Adds bufferAsync methods to TransactionContext. The existing buffer methods
    were already non-blocking, but the async versions also return an ApiFuture,
    which make them easier to use when chaining multiple async calls together.
    
    Also changes some calls in the AsyncTransactionManagerTest to use lambdas
    instead of the test helper methods.
    
    Fixes #1126
    olavloite committed May 7, 2021
    Copy the full SHA
    69ac910 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Copy the full SHA
    f71b96e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    74194be View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    106a2e5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    51b665d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Copy the full SHA
    d95feb6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f1a5bc View commit details
    Browse the repository at this point in the history