shepmaster / snafu

Easily assign underlying errors into domain-specific errors while adding context
https://docs.rs/snafu/
Apache License 2.0
1.39k stars 60 forks source link

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

Open zardini123 opened 5 months ago

zardini123 commented 5 months ago

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.

netlify[bot] commented 5 months ago

Deploy Preview for shepmaster-snafu ready!

Name Link
Latest commit 0d7792e5c282ab0c117a09ebd1a750f1d972e188
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.