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

Add blanket Persist/Persister impls for dyn KVStore + Send + Sync #2883

Merged
merged 2 commits into from
Feb 14, 2024

Commits on Feb 7, 2024

  1. Add blanket Persist/Persister impls for dyn KVStore + Send + Sync

    Previously, we only had blanket impls for `KVStore`. However, in order
    to enable the use of `dyn KVStore + Send + Sync` instead of a `KVStore`
    generic, we here also add the corresponding blanket implementations for
    said type signature.
    tnull committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a85d5b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4c729 View commit details
    Browse the repository at this point in the history