Robbepop/string-interner

BucketBackend is not Send or Sync

Closed this issue · 4 comments

mpdn commented

Is there any reason for this?

I'm thinking it might be an oversight due to it using raw pointers and therefore needing to opt-in to those traits.

I think it should be Send and Sync so might be a bug, yes. Happy about a PR.

mpdn commented

Great! You'll probably see a PR from me then.

mpdn commented

Just discovered that Send and Sync actually is implemented for BucketBackend in this repo, it's just not in the crate on crates.io.

I'll just reference this repo directly, but it might be a good idea to push a new patch version to crates.