Skip to content

Make storage error Send + Sync + 'static #157

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kim
Copy link

@kim kim commented May 16, 2025

It is very common in applications that Err results are sent across
thread boundaries, which the missing bounds complicate unnecessarily.
Also makes the error compatible with anyhow.


Please make sure these boxes are checked, before submitting a new PR.

  • You ran the local CI checker with ./check.sh with no errors
  • You reference which issue is being closed in the PR text (if applicable)
  • You updated the OmniPaxos book (if applicable)

It is very common in applications that `Err` results are sent across
thread boundaries, which the missing bounds complicate unnecessarily.
Also makes the error compatible with `anyhow`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant