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

Make Whatever thread-safe by default (add markers Send + Sync) #448

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zardini123
Copy link
Contributor

Allows Whatever's to be sent between threads by making them thread-safe by marking the source std::error::Error with Send + Sync.

For more discussion on why, see issue #446.

Resolves #446.

Copy link

netlify bot commented Apr 2, 2024

Deploy Preview for shepmaster-snafu ready!

Name Link
🔨 Latest commit 0d7792e
🔍 Latest deploy log https://app.netlify.com/sites/shepmaster-snafu/deploys/660c73e8382fe40008b5f9e0
😎 Deploy Preview https://deploy-preview-448--shepmaster-snafu.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Enet4 Enet4 added the breaking change Likely requires a SemVer version bump label Apr 3, 2024
@Enet4 Enet4 requested a review from shepmaster April 3, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Likely requires a SemVer version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why isn't Whatever Send + Sync by default?
2 participants