zaidoon1 / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
12 stars 3 forks source link

Implement `Sync` for `BoundColumnFamily` #90

Closed jhpratt closed 3 months ago

jhpratt commented 3 months ago

See https://github.com/rust-rocksdb/rust-rocksdb/issues/407#issuecomment-1635967796 for soundness.

Thank you for maintaining this fork!