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

Batched PUT requests #205

Open
wants to merge 7 commits into
base: dev/1.0.0
Choose a base branch
from

Commits on Sep 3, 2024

  1. batched put requests

    Rob Agar committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f5be737 View commit details
    Browse the repository at this point in the history
  2. spawn using TOKIO_RUNTIME

    Rob Agar committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e2b805f View commit details
    Browse the repository at this point in the history
  3. typo

    Rob Agar committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    54c797f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. use zenohd tokio runtime if statically linked

    Rob Agar committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c93710d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a72158f View commit details
    Browse the repository at this point in the history
  3. put_batch_tx mut for readability

    Rob Agar committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6926beb View commit details
    Browse the repository at this point in the history
  4. use Option::map to avoid mut put_batch_tx

    Rob Agar committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1831b52 View commit details
    Browse the repository at this point in the history